All !delete
policies should be loaded into the branch where the policy the resource being deleted was loaded.
A !delete
is a definition that lets Conjur's policy engine know that a resource is going to be removed. The resource to remove is declared using the record:
key.
- !delete
record: !user UserName
PATCH Update Policy
The cybr-cli can be downloaded on GitHub at https://github.com/infamousjoeg/cybr-cli.
cybr conjur update-policy -b root -f ./delete-root.yml
-b
is the policy branch to load the policy on-f
is the file path to load
conjur policy load --delete root delete-root.yml
conjur policy update -b root -f ./delete-root.yml
-b
is the policy branch to load the policy on-f
is the file path to load