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

Building docker images that puts secrets into environment variables before the application starts #13

Open
testersen opened this issue Mar 29, 2024 · 0 comments
Milestone

Comments

@testersen
Copy link
Collaborator

Related issues:

As a follow up to:


The io.tnboot plugin, provided correct configuration, should be able to load secrets in the generated docker image.

Important

Secrets should not be written at all into the docker image!

The implementation would be something of the following:

ENTRYPOINT [ "sh -c 'keyvault-solution my-secret-configuration.json && entrypoint.sh'" ]

Where the keyvault-solution would require parameters provided by the host to connect to the keyvault, and the my-secret-configuration.json would provide information about what secrets to fetch, and where to put them.

@testersen testersen added this to the 1.0.0 milestone Mar 29, 2024
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

1 participant