-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Vault 0.10 KV v2 #483
Comments
Can you provide a PR? |
@danlsgiga, judging from the patch in #497, it looks like all you have to do to use the V2 backend is to update your Fabio config from
to
There doesn't seem to be a change required in Fabio itself. Update: My test runs were false negatives. There are changes required after all. |
Hi @pschultz, yeah, before submitting the issue I've tried Fabio with the newer path structure used in v2 but it didn't work. Thanks for looking into it though! |
This is addressed by #497 and can be closed now. |
@pschultz Got it, thank you! |
Since Vault 0.10 introduced the secret backend KV v2, the data structure and API endpoints to retrieve certificates has also changed. For now we are keeping our certificates mountpoint on v1 but it would be great to have Fabio supporting KV v2 as well.
The text was updated successfully, but these errors were encountered: