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
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Provide a capability to set Cluster wide (ClusterRole and ClusterRoleBinding) and namespace specific (Role and RoleBinding) to ConfigMaps and propagate those permissions to the newly create CustomConfigMaps and CustomSecrets.
Follow the blog for more information on creating Roles and RoleBindings.
Steps to validate:
Create a namespace
Create a ConfigMap in that namespace
Create a Secret in that namespace
Create a Service Account
Create a ClusterRole with verbs 'get' and 'list' on resources 'configmap' and 'secret'
Create a ClusterRoleBinding to reference the ClusterRole created in step 4
Create a Role with verbs 'get' and 'list' on resources 'configmap' and 'secret'
Create a RoleBinding to reference the Role created in step 7 along with the namespace created in step 1
Install Configurator
Get the ClusterRole and Role created in steps 4 and 7. The CustomConfigMap and CustomSecret resources should have the permissions for 'get' and 'list'.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
gopaddle-io
changed the title
Support for propagating RoleBindings from CustomConfigMap to ConfigMap
Propagate Role/RoleBinding and ClusterRole/ClusterRoleBinding from ConfigMap to CustomConfigMap
Feb 25, 2022
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Provide a capability to set Cluster wide (ClusterRole and ClusterRoleBinding) and namespace specific (Role and RoleBinding) to ConfigMaps and propagate those permissions to the newly create CustomConfigMaps and CustomSecrets.
Follow the blog for more information on creating Roles and RoleBindings.
Steps to validate:
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: