-
Hi! I'm looking into using this operator in our production system, but I'm concerned about given super privs on granting a clusterRole for watching events (e.g., update secret) in a specific namespace. Is this something you're considering working on? or it's already available and I'm not able to make it work? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! Examples are using ClusterRoles for simplicity or to watch for namespaces and cluster scoped CRDs. There is no requirement of ClusterRoles for shell-operator, you can define RoleBindings depending on bindings in your hooks. Please attach more information to help you: hooks configuration, RBAC definitions, logs. |
Beta Was this translation helpful? Give feedback.
Hello! Examples are using ClusterRoles for simplicity or to watch for namespaces and cluster scoped CRDs. There is no requirement of ClusterRoles for shell-operator, you can define RoleBindings depending on bindings in your hooks.
Please attach more information to help you: hooks configuration, RBAC definitions, logs.