You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
--usage-store vault doesn't support kv version 1. There isn't way to do atomic updates on the v1 secrets API, which means using the v1kv store creates a number of race conditions.
What you could do is mount the v2 secrets path to a seperate location (like /secretv2) and set --usage-store-vault-path to secretv2/data/gatekeeper-store. alternatively you could use --usage-store memory if you only have a single gatekeeper instance.
The --vault-kv-version only applies to policy loading.
I'll make sure to call this out in the documentation.
What Im doing. Im run my gatekeeper server with --vault-kv-version 1 flag. But I've get
just until I'd enable v2 in vault. I need v1 cause spring cloud vault v1.5 doesn't support v2 and I could not use spring boot 2 yet.
Thats my docker run:
Thanks
The text was updated successfully, but these errors were encountered: