Cluster permissions for RabbitMQ Operator

31 Views Asked by At

I have a Kubernetes cluster that contains a rabbitMQ Cluster Operator. It is in the namespace rabbitmq-system. Also here I have a clusterRole named rabbitmq-cluster-operator. This ClusterRole has access to secrets with the verbs "create, get, list, update, watch".

Does the ClusterRole need this much access to secrets? Can these verbs be deleted?

0

There are 0 best solutions below