Actions
Bug #11303
closedFilter management with hamemr seems to be missing means of associating resource type
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
I'm trying to manage creation of roles and their associated permissions. Haven't figured out how. This was as close as I could determine and it doesnt work.
hammer> filter create --role "Content Viewer" --permissions "view_gpg_keys,view_content_views" Could not create the permission filter: Permissions Permissions must be of same resource type hammer> filter update --organization-ids 1 --id 76 --role "Content Viewer" --permissions view_products Could not update the permission filter: Permissions Permissions must be of same resource type Organization ids You can't assign organizations to this resource hammer> filter update --organization-ids 1 --id 76 --role "Content Viewer" --permissions view_products -^t^t --help --location-ids --organization-ids --permission-ids --role --search --id --locations --organizations --permissions --role-id -h
Actions