vault policy
No description
Subcommands
Name | Description |
---|---|
delete | Deletes the policy named NAME in the Vault server. Once the policy is deleted, all tokens associated with the policy are affected immediately |
fmt | Formats a local policy file to the policy specification. This command will overwrite the file at the given PATH with the properly-formatted policy file contents |
list | Lists the names of the policies that are installed on the Vault server |
read | Prints the contents and metadata of the Vault policy named NAME. If the policy does not exist, an error is returned |
write | Uploads a policy with name NAME from the contents of a local file PATH or stdin. If PATH is '-', the policy is read from stdin. Otherwise, it is loaded from the file at the given path on the local disk |