Warning
This module will be removed from Salt in version 3009 in favor of the vault Salt Extension.
States for managing Hashicorp Vault. Currently handles policies. Configuration instructions are documented in the execution module docs.
SaltStack
new
all
New in version 2017.7.0.
Ensure a Vault policy with the given name and rules is absent.
The name of the policy
Ensure a Vault policy with the given name and rules is present.
The name of the policy
Rules formatted as in-line HCL
demo-policy:
vault.policy_present:
- name: foo/bar
- rules: |
path "secret/top-secret/*" {
policy = "deny"
}
path "secret/not-very-secret/*" {
policy = "write"
}
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy