Skip to content

Commit

Permalink
Give admins permissions to create and modify roles
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored and sid-maddy committed Aug 3, 2024
1 parent a59b04e commit 0e105ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kubernetes/manifests/roles/vipyrsec-admins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
- secrets
verbs:
- list

- apiGroups:
- apps
resources:
Expand All @@ -20,15 +21,30 @@ rules:
- deployments
verbs:
- list

- apiGroups:
- batch
resources:
- jobs
verbs:
- list

- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- list

- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
verbs:
- create
- get
- list
- watch
- update
- patch
- delete

0 comments on commit 0e105ed

Please sign in to comment.