From f1196ba3b68cc9bebbd048db8bafea1944ecb298 Mon Sep 17 00:00:00 2001 From: smartcat999 <49057502+smartcat999@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:16:05 +0800 Subject: [PATCH] fix: the problem of unauthorized access in the namespace-manage-serviceaccount permission template of the Operator role under the namespace (#1991) --- config/ks-core/templates/roletemplates.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/ks-core/templates/roletemplates.yaml b/config/ks-core/templates/roletemplates.yaml index ba4b31cb4..1ce14478f 100644 --- a/config/ks-core/templates/roletemplates.yaml +++ b/config/ks-core/templates/roletemplates.yaml @@ -1721,7 +1721,6 @@ metadata: iam.kubesphere.io/dependencies: '["namespace-view-serviceaccount"]' iam.kubesphere.io/role-template-rules: '{"serviceaccounts": "manage"}' labels: - iam.kubesphere.io/aggregate-to-operator: "" iam.kubesphere.io/category: namespace-configuration-management iam.kubesphere.io/scope: "namespace" kubesphere.io/managed: "true"