Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roles and permissions #17

Open
beermann opened this issue Sep 5, 2019 · 1 comment
Open

Roles and permissions #17

beermann opened this issue Sep 5, 2019 · 1 comment

Comments

@beermann
Copy link

beermann commented Sep 5, 2019

What Roles/Permissions need to be set for the user for Ballista to work?
I do not want to enable full access to the automation user thats gonna run Ballista.

@joeyloman
Copy link
Collaborator

Last time I implemented this it was something like this:

hammer role create --name "Content Manager"
hammer filter create --role "Content Manager" --permissions "view_organizations"
hammer filter create --role "Content Manager" --permissions "view_compute_profiles,create_compute_profiles,edit_compute_profiles"
hammer filter create --role "Content Manager" --permissions "view_content_views,create_content_views,publish_content_views,promote_or_remove_content_views,destroy_content_views,edit_content_views"
hammer filter create --role "Content Manager" --permissions "view_lifecycle_environments,promote_or_remove_content_views_to_environments"
hammer filter create --role "Content Manager" --permissions "view_compute_resources,edit_compute_resources"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants