1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/e2e/k8s/vault-config/vault-policy-es.hcl

8 lines
176 B
HCL
Raw Normal View History

2021-08-04 13:18:56 +00:00
path "secret/+/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
path "secret_v1/+/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}