vault-policy-es.hcl 176 B

1234567
  1. path "secret/+/*" {
  2. capabilities = ["create", "read", "update", "delete", "list"]
  3. }
  4. path "secret_v1/+/*" {
  5. capabilities = ["create", "read", "update", "delete", "list"]
  6. }