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

feat(greenhouse-rbac): add ClusterAdmin and PluginAdmin roles #29

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

IvoGoman
Copy link
Contributor

Org Admins are granted the ability to create RoleBindings. With restrictions-on-role-binding-creation-or-update they can only grant access contained by the OrgAdmin role.

The roles ClusterAdmin and PluginAdmin respectively grant the abilities for editing Clusters & Plugins respectively

Changes:

  • each org receives a dedicated rbacv1.Role for Cluster and Plugin Admins
  • refactor funcs for role names and policy rules

each org receives a dedicated rbacv1.Role for Cluster and Plugin Admins

refactor funcs for role names and policy rules
@IvoGoman IvoGoman merged commit 8fd134b into main Mar 26, 2024
3 checks passed
@IvoGoman IvoGoman deleted the feat/centralrbac branch March 26, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants