From 91421c55afc175c3f61c4befcb1366ef6d4fb785 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 4 Jun 2026 13:28:33 +0600 Subject: [PATCH] Enable enableClusterRoles.audit in kube-ui-server featureset Mirrors enableClusterRoles.license-proxyserver=true with the new enableClusterRoles.audit=true so ACE deployments grant operators the RBAC to request audit NATS credentials via the identity.k8s.appscode.com extended API fallback. Signed-off-by: Tamal Saha --- .../templates/featuresets/opscenter-core/kube-ui-server.yaml | 1 + .../templates/featuresets/opscenter-core/kube-ui-server.yaml | 1 + .../templates/featuresets/opscenter-core/kube-ui-server.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/charts/ace-installer-certified/templates/featuresets/opscenter-core/kube-ui-server.yaml b/charts/ace-installer-certified/templates/featuresets/opscenter-core/kube-ui-server.yaml index 4d9cb8d73..27d302723 100644 --- a/charts/ace-installer-certified/templates/featuresets/opscenter-core/kube-ui-server.yaml +++ b/charts/ace-installer-certified/templates/featuresets/opscenter-core/kube-ui-server.yaml @@ -10,6 +10,7 @@ ace-user-roles: enableClusterRoles: ace: true appcatalog: true + audit: true catalog: true cert-manager: true kubedb-ui: true diff --git a/charts/ace-installer/templates/featuresets/opscenter-core/kube-ui-server.yaml b/charts/ace-installer/templates/featuresets/opscenter-core/kube-ui-server.yaml index 4d9cb8d73..27d302723 100644 --- a/charts/ace-installer/templates/featuresets/opscenter-core/kube-ui-server.yaml +++ b/charts/ace-installer/templates/featuresets/opscenter-core/kube-ui-server.yaml @@ -10,6 +10,7 @@ ace-user-roles: enableClusterRoles: ace: true appcatalog: true + audit: true catalog: true cert-manager: true kubedb-ui: true diff --git a/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml b/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml index 63c50702c..df660fdb6 100644 --- a/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml +++ b/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml @@ -5,6 +5,7 @@ ace-user-roles: enableClusterRoles: ace: true appcatalog: true + audit: true catalog: true cert-manager: true kubedb-ui: true