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

[RFC] docker/entrypoint.sh: Allow to load config/keys/passphrase from file #140

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

elthariel
Copy link

We're working on an helm chart, and we've encoutered two issues this PR is trying to fix:

  • We want to store the keys and passphrase in Vault and inject the content via the kubernetes vault sidecar, which can only inject files
  • Loading the genesis.json from an env var is a problem because the total chart size is very limited.

@elthariel
Copy link
Author

This code hasn't been tested yet, this is just a Request For Comment, to gather your opinion on the approach.

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

Successfully merging this pull request may close these issues.

2 participants