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
Why this is needed: We don't want to setup permissions for components that don't need them specifically, as a good practice (wouldn't want a bug in there that creates turmoil in the cluster for no good reason).
What should be done: Remove all unneeded permissions from the ClusterRole defined in storage-operator/deploy/role.yaml.
The text was updated successfully, but these errors were encountered:
We don't want too open permissions for security reasons that were made
obvious in #2634. We thus reduce the rules deployed to the bare minimum,
and add some inline comments to better explain why each ruleset is
needed.
Fixes: #2084
Component: storage-operator
Why this is needed: We don't want to setup permissions for components that don't need them specifically, as a good practice (wouldn't want a bug in there that creates turmoil in the cluster for no good reason).
What should be done: Remove all unneeded permissions from the ClusterRole defined in
storage-operator/deploy/role.yaml
.The text was updated successfully, but these errors were encountered: