vault/policy/secrets-readwrite.hcl
hcornet 5f9f0cdc19
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m11s
update readme
2025-01-03 20:10:31 +01:00

3 lines
94 B
HCL

path "secret/*" {
capabilities = [ "create", "read", "update", "delete", "list", "patch" ]
}