Vault Configuration
To configure Vault so that Lieutenant Operator can use it, follow these steps:
-
Visit
https://yourvault/ui/vault/policies/acl
and clickCreate ACL Policy
. Then paste following policy into the field:path "kv/data/*" { capabilities = ["read", "create", "update", "delete"] } path "kv/metadata/*" { capabilities = ["read", "create", "update", "delete", "list"] } path "kv/delete/*" { capabilities = ["update"] }
Name it
lieutenant-operator
-
Create a new secret engine by visiting
https://yourvault/ui/vault/secrets
and clicking onEnable new engine
.-
Select KV
-
Click next, the path needs to be
kv
and theVersion
needs to be 2 -
Click
Enable Engine
-