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
If a project wants to add additional RBAC for their project (see e.g. nerc-project/operations#128) this is problematic, because it means they will need to manually maintain a second list of project members. Whenever someone new joins the project, the custom RBAC will need updating to apply to the new members.
We can avoid this problem by creating a group (<project>-members), and referencing that group name in the edit rolebinding. Custom rolebindings can reference this group, which would allow them to apply automatically to new members.
The text was updated successfully, but these errors were encountered:
Our current account management api adds project members directly to the
edit
rolebinding for a project:If a project wants to add additional RBAC for their project (see e.g. nerc-project/operations#128) this is problematic, because it means they will need to manually maintain a second list of project members. Whenever someone new joins the project, the custom RBAC will need updating to apply to the new members.
We can avoid this problem by creating a group (
<project>-members
), and referencing that group name in theedit
rolebinding. Custom rolebindings can reference this group, which would allow them to apply automatically to new members.The text was updated successfully, but these errors were encountered: