-
Notifications
You must be signed in to change notification settings - Fork 888
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
Support placing plugins on the server #302
Comments
@allandegnan Binaries definitely shouldn't go into configMaps. I'm curious how you will populate the emptyDir with the binary? Using an init container to fetch it? |
@jasonodonnell - Yep, pretty much. cp from the initContainer. Save us from having to build & track your (hashi) containers. |
#314 makes this possible now. Closing. |
Is there not a better/new way to load custom plugins into vault other than the above? I'm using the second approach but was wondering if custom plugins were better supported now |
My understanding is vault needs custom plugins to exist on the filesystem at some path but I can't see an obvious way of achieving this via the current chart.
Two methods I've seen are:
I've written a PR for option 2.
The text was updated successfully, but these errors were encountered: