-
Notifications
You must be signed in to change notification settings - Fork 981
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
[WIP] Add 'admin' option to create role #425
Conversation
I am fine with this, but slight objection to the config variable name. Not sure we need the word "robot". This word is not clearly defined, it is simply "users" from the manifest. |
@@ -365,6 +365,9 @@ key. | |||
role name to grant to team members created from the Teams API. The default is | |||
`admin`, that role is created by Spilo as a `NOLOGIN` role. | |||
|
|||
* **add_admin_flag_to_robot_roles** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enable_admin_role_for_users
Could be good enough, the others are "admin/superusers" and "team members" so maybe "users" is good enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, robot is too specific here.
Can the last comment be adressed, so we can close this? |
closes #424