You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Related issues:
io.tnboot
plugin and Spring Boot to build docker images #11io.tnboot
plugin should provide a vendor agnostic key vault integration #12As 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:
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.The text was updated successfully, but these errors were encountered: