Skip to content

Commit

Permalink
Reduce operator permissions for service accounts (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Jan 3, 2018
1 parent 33e15c1 commit d8bdd9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hack/deploy/with-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ rules:
- apiGroups: [""]
resources:
- pods
- serviceaccounts
verbs: ["get", "create", "list", "delete", "deletecollection"]
- apiGroups: [""]
resources:
- serviceaccounts
verbs: ["get", "create", "patch", "delete"]
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down

0 comments on commit d8bdd9e

Please sign in to comment.