diff --git a/pkg/cloudcommon/policy/policy.go b/pkg/cloudcommon/policy/policy.go index d6e0bb7640..ebbda04d79 100644 --- a/pkg/cloudcommon/policy/policy.go +++ b/pkg/cloudcommon/policy/policy.go @@ -60,6 +60,18 @@ var ( Action: PolicyActionGet, Result: rbacutils.UserAllow, }, + { + Service: "compute", + Resource: "quotas", + Action: PolicyActionGet, + Result: rbacutils.OwnerAllow, + }, + { + Service: "compute", + Resource: "usages", + Action: PolicyActionGet, + Result: rbacutils.OwnerAllow, + }, { Service: "yunionagent", Resource: "notices",