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
Cluster wide roles are problematic, as not all environments allow end users to rely on them.
For instance, multi-tenant environments do not allow for Cluster Roles or impose important restrictions to include custom permissions as one off special requests.
Describe the solution you'd like
For such environments we want instead the controller to have regular Roles on each of the managed namespaces.
josvazg
changed the title
Add option to configure per namespace Roles instead of Cluster Roles
Add option to replace Cluster Roles by per namespace Roles
Mar 9, 2023
josvazg
changed the title
Add option to replace Cluster Roles by per namespace Roles
Add option to replace Cluster Roles by namespaced Roles
Mar 9, 2023
Which component:
Controller Helm Chart
Is your feature request related to a problem? Please describe.
Right now the following capabilities are defined by default as Cluster wide Roles:
Cluster wide roles are problematic, as not all environments allow end users to rely on them.
For instance, multi-tenant environments do not allow for Cluster Roles or impose important restrictions to include custom permissions as one off special requests.
Describe the solution you'd like
For such environments we want instead the controller to have regular Roles on each of the managed namespaces.
Additional context
This was brought up by #1064 and replaces #1092
The text was updated successfully, but these errors were encountered: