Actions
Bug #36972
closed`hammer host-registration generate-command` doesn't accept `unlimited` as JWT life time
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2180568
Description of problem:
When trying to create a host-registration script with an unlimited life time using hammer, it complains about the parameter not being numeric (it's possible to set that generate that same script with unlimited life time through the web UI):
```- hammer host-registration generate-command --organization-id 1 --activation-key $AK --jwt-expiration unlimited --insecure true --force true
Failed to generate registration command:
Error: Option '--jwt-expiration': Numeric value is required..
See: 'hammer host-registration generate-command --help'.
```
Version-Release number of selected component (if applicable):
Satellite 6.13 Snap 15
How reproducible:
Always.
Steps to Reproduce:
1.
2.
3.
Actual results:
Host registration command is not generated.
Expected results:
Host registration command should be generated with an unlimited JWT life time.
Additional info:
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9951 added
Updated by Girija Soni 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|670ee162fb01abc5221db1407d5b4dd1b300365f.
Updated by Ewoud Kohl van Wijngaarden 7 months ago
- Related to Bug #37490: Incorrect translation in registration command validation added
Actions