Skip to content

Commit

Permalink
Merge pull request #133 from datawire/lukeshu/patch-events
Browse files Browse the repository at this point in the history
RBAC: Let AES patch events
  • Loading branch information
LukeShu authored Oct 7, 2020
2 parents 4406b1f + 2226a9e commit de9444c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ numbering uses [semantic versioning](http://semver.org).

## Next Release

- Bugfix: The RBAC for AES now grants permission to "patch" Events.v1.core. Previously it granted "create" but not "patch".

## v6.5.8

- Update Ambassador to version 1.7.4: [CHANGELOG](https://github.com/datawire/ambassador/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rules:

- apiGroups: [""]
resources: [ "events" ]
verbs: ["get", "list", "watch", "create"]
verbs: ["get", "list", "watch", "create", "patch"]

- apiGroups: ["coordination.k8s.io"]
resources: [ "leases" ]
Expand Down

0 comments on commit de9444c

Please sign in to comment.