From 74ce5da7b5dbbb5c63f640ccc665e396209a70ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Mon, 9 Sep 2024 13:14:52 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 2 ++ deploy/helm/secret-operator/templates/roles.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ca7477..83df1bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/deploy/helm/secret-operator/templates/roles.yaml b/deploy/helm/secret-operator/templates/roles.yaml index 611eb61d..f975e1c7 100644 --- a/deploy/helm/secret-operator/templates/roles.yaml +++ b/deploy/helm/secret-operator/templates/roles.yaml @@ -101,6 +101,7 @@ rules: - listeners.stackable.tech resources: - listenerclasses + - listeners - podlisteners verbs: - get