Skip to content

Commit

Permalink
Update dino-park user permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Dec 19, 2023
1 parent 20c1a35 commit b71caff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kubernetes/prod/us-west-2/users/dinopark-codebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down Expand Up @@ -108,6 +115,13 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
7 changes: 7 additions & 0 deletions kubernetes/stage/us-west-2/users/dinopark-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit b71caff

Please sign in to comment.