Skip to content

Commit

Permalink
Updating SA permissions for nonResourceURLs
Browse files Browse the repository at this point in the history
  • Loading branch information
crobby committed Aug 9, 2023
1 parent 4ae2d58 commit 86330c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cleanup/ad-guid-unmigration.yaml
Expand Up @@ -8,6 +8,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cattle-cleanup-binding
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down Expand Up @@ -59,10 +60,15 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cattle-cleanup-role
namespace: default
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'

0 comments on commit 86330c6

Please sign in to comment.