Skip to content

Commit 74ce5da

Browse files
authored
Give RBAC permission to read listeners (#497)
* Give RBAC permission to read listeners This is required for listener volume scopes that use manually created listeners * Changelog
1 parent eb89492 commit 74ce5da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
### Fixed
1212

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

1516
### Changed
1617

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

2325
## [24.7.0] - 2024-07-24
2426

deploy/helm/secret-operator/templates/roles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ rules:
101101
- listeners.stackable.tech
102102
resources:
103103
- listenerclasses
104+
- listeners
104105
- podlisteners
105106
verbs:
106107
- get

0 commit comments

Comments
 (0)