mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-31 01:35:56 +08:00
fix(yunionconf): policy scope (#24316)
This commit is contained in:
@@ -24,8 +24,10 @@ var (
|
||||
"scopedpolicies",
|
||||
"scopedpolicybindings",
|
||||
}
|
||||
yunionconfDomainResources = []string{}
|
||||
yunionconfUserResources = []string{
|
||||
yunionconfDomainResources = []string{
|
||||
"tags",
|
||||
}
|
||||
yunionconfUserResources = []string{
|
||||
"parameters",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user