Skip to content

Commit

Permalink
fix: add list and watch access for service accounts to cluster role (#…
Browse files Browse the repository at this point in the history
…2406)

Signed-off-by: tomasspi <tom-300@hotmail.com>
  • Loading branch information
tomasspi authored Dec 20, 2021
1 parent 4a1e358 commit 25ec884
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

- Graphite Scaler: use the latest datapoint returned, not the earliest ([#2365](https://github.com/kedacore/keda/pull/2365))
- Kubernetes Workload Scaler: ignore terminated pods ([#2384](https://github.com/kedacore/keda/pull/2384))
- `keda-operator` Cluster Role: add `list` and `watch` access to service accounts ([#2383](https://github.com/kedacore/keda/issues/2383))

- TODO ([#XXX](https://github.com/kedacore/keda/pull/XXX))

Expand Down
7 changes: 7 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- list
- watch
- apiGroups:
- '*'
resources:
Expand Down

0 comments on commit 25ec884

Please sign in to comment.