Bug #20476
closedCreating SSH Key in User Template functionality missing in hammer CLI
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1476224
Description of problem:
Creating/Deleting/Viewing/Listing SSH Key in user template functionality is completely missing from hammer CLI
Version-Release number of selected component (if applicable):
Satellite 6.3 Snap 7
How reproducible:
Steps to Reproduce:
1. Create User with required details
2. From Hammer, Attempt to add ssh key in above user
3.
Actual results:
No provision to create/delete/view/list the ssh keys from CLI hammer in user template
Expected results:
Hammer CLI should have provision to create/view/list/delete the ssh key in user template
Additional info:
Functionality is available from API
Updated by Tomáš Strachota over 7 years ago
- Subject changed from Creating SSH Key in User Template functionality missing in hammer CLI to Creating SSH Key in User Template functionality missing in hammer CLI
- Category changed from Other commands to Users and roles
Updated by Tomáš Strachota over 7 years ago
This commands should be nested in the user command:
hammer user ssh-key list ... hammer user ssh-key create ... hammer user ssh-key show ... hammer user ssh-key delete ...
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/329 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-foreman|d04e32f880d05573630baef77e56d380fac3b2a7.
Updated by Marek Hulán over 7 years ago
- Related to Bug #20986: user_id parameter in ssh key create action is wrongly documented added
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/334 added