Add missing delete policies in the sample file
Policy check for delete related actions are supported, but missing in the sample file, it would be nice to add these. Change-Id: I8d58be7f3cb1bdefc3b783a256c21ed216cdbad7 Closes-bug: #1446032
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
|
||||
"compute:rebuild": "",
|
||||
"compute:reboot": "",
|
||||
"compute:delete": "rule:admin_or_owner",
|
||||
"compute:soft_delete": "rule:admin_or_owner",
|
||||
"compute:force_delete": "rule:admin_or_owner",
|
||||
|
||||
"compute:security_groups:add_to_instance": "",
|
||||
"compute:security_groups:remove_from_instance": "",
|
||||
|
||||
Reference in New Issue
Block a user