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
cass-operator RBAC generation creates a ClusterRole which requires nodes rights. However, this right is never used as cass-operator has no code that would list the Kubernetes nodes.
What did you expect to happen?
No unnecessary rights are requested in the RBAC
How can we reproduce it (as minimally and precisely as possible)?
cat /config/rbac/role.yaml
cass-operator version
1.21.1
Kubernetes version
1.30
Method of installation
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered:
What happened?
cass-operator RBAC generation creates a ClusterRole which requires nodes rights. However, this right is never used as cass-operator has no code that would list the Kubernetes nodes.
What did you expect to happen?
No unnecessary rights are requested in the RBAC
How can we reproduce it (as minimally and precisely as possible)?
cat /config/rbac/role.yaml
cass-operator version
1.21.1
Kubernetes version
1.30
Method of installation
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: