Skip to content

Commit 398f2b3

Browse files
authored
feat(policy): allow readers to retrieve QoS specs in Cinder (#1326)
Signed-off-by: Sowmya Nethi <sowmya.kamavaram@rackspace.com> fix: pin helm to v3.14.3 in github workflows (#1328) (cherry picked from commit e569a05) fix: correct service usage in helm-cinder (cherry picked from commit 0bde6cf)
1 parent 0bde6cf commit 398f2b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base-helm-configs/cinder/cinder-helm-overrides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ conf:
109109
# volume_group: cinder-volumes-1
110110
policy:
111111
"volume_extension:types_extra_specs:read_sensitive": "rule:xena_system_admin_or_project_reader"
112+
"volume_extension:qos_specs_manage:get_all": "rule:xena_system_admin_or_project_member"
113+
"volume_extension:qos_specs_manage:get": "rule:xena_system_admin_or_project_member"
112114
cinder:
113115
DEFAULT:
114116
allow_availability_zone_fallback: true

0 commit comments

Comments
 (0)