Skip to content
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

Closed
allandegnan opened this issue May 16, 2020 · 4 comments
Closed

Support placing plugins on the server #302

allandegnan opened this issue May 16, 2020 · 4 comments

Comments

@allandegnan
Copy link

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:

  1. Stuff binaries in a configMap.
  2. Support emptyDir for extraVolumes.

I've written a PR for option 2.

@jasonodonnell
Copy link
Contributor

@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?

@allandegnan
Copy link
Author

@jasonodonnell - Yep, pretty much. cp from the initContainer.

Save us from having to build & track your (hashi) containers.

@jasonodonnell
Copy link
Contributor

#314 makes this possible now. Closing.

@timclifford
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants