Fix vault policy with .vault.prefix

This commit is contained in:
Daniel Berteaud 2023-09-02 01:00:57 +02:00
parent 07166ab337
commit d7e279f15a
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
path "[[ .env.suffix ]]kv/data/service/unifi" {
path "[[ .vault.prefix ]]kv/data/service/unifi" {
capabilities = ["read"]
}