Skip to content

Commit

Permalink
Give RBAC permission to read listeners (#497)
Browse files Browse the repository at this point in the history
* Give RBAC permission to read listeners

This is required for listener volume scopes that use manually created listeners

* Changelog
  • Loading branch information
nightkr committed Sep 9, 2024
1 parent eb89492 commit 74ce5da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Fixed

- Fixed Kerberos keytab provisioning reusing its credential cache ([#490]).
- Fixed listener volumes missing a required permission to inspect manually provisioned listeners ([#497]).

### Changed

Expand All @@ -19,6 +20,7 @@ All notable changes to this project will be documented in this file.
[#454]: https://github.com/stackabletech/secret-operator/pull/454
[#490]: https://github.com/stackabletech/secret-operator/pull/490
[#495]: https://github.com/stackabletech/secret-operator/pull/495
[#497]: https://github.com/stackabletech/secret-operator/pull/497

## [24.7.0] - 2024-07-24

Expand Down
1 change: 1 addition & 0 deletions deploy/helm/secret-operator/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rules:
- listeners.stackable.tech
resources:
- listenerclasses
- listeners
- podlisteners
verbs:
- get
Expand Down

0 comments on commit 74ce5da

Please sign in to comment.