Skip to content

Commit

Permalink
Merge pull request #287 from rifelpet/role-restriction
Browse files Browse the repository at this point in the history
Restrict ClusterRole to readonly IAMIdentityMapping access
  • Loading branch information
k8s-ci-robot authored Feb 10, 2020
2 parents a2ca769 + cebc22a commit aaeee87
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions deploy/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,18 @@ rules:
- apiGroups:
- iamauthenticator.k8s.aws
resources:
- "*"
- iamidentitymappings
verbs:
- "*"
- get
- list
- watch
- apiGroups:
- iamauthenticator.k8s.aws
resources:
- iamidentitymappings/status
verbs:
- patch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit aaeee87

Please sign in to comment.