Actions
Bug #11299
closedhammer cli should allow referencing auth source by name, not just id
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Foreman commands (obsolete)
Target version:
-
Description
When writing up things to wrap building our the organization via hammer it is painful to have to reference the authsource (or anything) only by ID.
hammer> user-group external create --name mygroup --^T^T --auth-source-id --help --name --user-group --user-group-id
if I could just use
--auth-source "ldap"I wouldnt have to worry about knowing the ID
Actions