You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #56 roles where introduced. Given an application has a certain role then a user with that role is allowed to submit jobs to it.
The role names are now configured with allowed_roles key in the application section of the config file.
The keyallowed_roles can be misinterpreted.
In the configuration file, "allowed_roles" sounds like "given the application, you are allowed to have this role",
whereas strictly speaking it is "given a role, you are allowed to use the application."
Perhaps "authorized_roles" is better? Or change to "groups" and use "authorized_groups"?
We should find a more descriptive name for allowed_keys. For example:
authorized_roles
required_roles
roles
user_allowed_roles
granted_roles
...
The text was updated successfully, but these errors were encountered:
In PR #56 roles where introduced. Given an application has a certain role then a user with that role is allowed to submit jobs to it.
The role names are now configured with
allowed_roles
key in the application section of the config file.The key
allowed_roles
can be misinterpreted.From #56 (review)
We should find a more descriptive name for allowed_keys. For example:
The text was updated successfully, but these errors were encountered: