Skip to content

Commit b0ef782

Browse files
author
Jon Ludlam
authored
Merge pull request xapi-project#2826 from sharady/CA-220506-new
CA-220506: Update rbac role for SR.scan API call.
2 parents c0d74fd + b8c9d87 commit b0ef782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/idl/datamodel.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3678,7 +3678,7 @@ let sr_scan = call
36783678
~in_product_since:rel_rio
36793679
~doc:"Refreshes the list of VDIs associated with an SR"
36803680
~params:[Ref _sr, "sr", "The SR to scan" ]
3681-
~allowed_roles:_R_POOL_OP
3681+
~allowed_roles:_R_VM_POWER_ADMIN
36823682
()
36833683

36843684
(* Nb, although this is a new explicit call, it's actually been in the API since rio - just autogenerated. So no setting of rel_miami. *)

0 commit comments

Comments
 (0)