documentation/vault/scripts/policy-template.hcl

5 lines
114 B
HCL

# In KV2 engine, we need to add /data/ to the path.
path "app/data/APPNAME/ENV/*" {
capabilities = ["read"]
}