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
As you can see here, `collins-operator` is purported to have "GET ALL IN ALL NAMESPACES", but if you look at the policy in question (below), you'll see that it actually has limited scope.
rules:
- apiGroups:
- ""resources:
- secretsverbs:
- create
- get
- list
- watch
- apiGroups:
- ""resources:
- configmapsverbs:
- get
- list
- watch
- apiGroups:
- metal3.ioresources:
- '*'verbs:
- get
- create
- list
The text was updated successfully, but these errors were encountered:
As you can see here, `collins-operator` is purported to have "GET ALL IN ALL NAMESPACES", but if you look at the policy in question (below), you'll see that it actually has limited scope.
The text was updated successfully, but these errors were encountered: