kcp
kcp copied to clipboard
Auto-create access and admin organizational roles in root workspace
Is your feature request related to a problem? Please describe. We're trying to land on a reasonable set of bootstrap RBAC policies that get added along with organizational workspaces.
Describe the solution you'd like Having two roles applied to the root workspace:
-
<org-name>-access
: Grantsaccess
verb to org workspace -
<org-name>-admin
: Grantsedit
verb to org workspace (should translate tocluster-admin
)
This should likely be implemented in the organizational workspace controller.