From 4ccb4147e9518ececd14354455ca1d5307217254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E8=BD=A9?= Date: Wed, 11 Feb 2026 11:23:45 +0800 Subject: [PATCH] fix(yunionconf): policy scope (#24313) --- pkg/yunionconf/policy/resources.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/yunionconf/policy/resources.go b/pkg/yunionconf/policy/resources.go index 422289bead..0ce7e9d8ff 100644 --- a/pkg/yunionconf/policy/resources.go +++ b/pkg/yunionconf/policy/resources.go @@ -24,8 +24,10 @@ var ( "scopedpolicies", "scopedpolicybindings", } - yunionconfDomainResources = []string{} - yunionconfUserResources = []string{ + yunionconfDomainResources = []string{ + "tags", + } + yunionconfUserResources = []string{ "parameters", } )