Skip to content

Commit

Permalink
allow list-zones endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Mar 7, 2024
1 parent 74a2d4a commit f71edc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integ/cluster/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (c *Cluster) applyCSI() error {
Rules: []exov2.IAMPolicyServiceRule{
exov2.IAMPolicyServiceRule{
Action: ptr("allow"),
Expression: ptr("operation in ['get-block-storage-volume', 'list-block-storage-volumes', 'create-block-storage-volume', 'delete-block-storage-volume', 'attach-block-storage-volume-to-instance', 'detach-block-storage-volume', 'update-block-storage-volume-labels', 'resize-block-storage-volume', 'get-block-storage-snapshot', 'list-block-storage-snapshots', 'create-block-storage-snapshot', 'delete-block-storage-snapshot']"),
Expression: ptr("operation in ['list-zones', 'get-block-storage-volume', 'list-block-storage-volumes', 'create-block-storage-volume', 'delete-block-storage-volume', 'attach-block-storage-volume-to-instance', 'detach-block-storage-volume', 'update-block-storage-volume-labels', 'resize-block-storage-volume', 'get-block-storage-snapshot', 'list-block-storage-snapshots', 'create-block-storage-snapshot', 'delete-block-storage-snapshot']"),
},
},
}
Expand Down

0 comments on commit f71edc5

Please sign in to comment.