Skip to content

How to connect to an externalDatabase with a password from Vault? #567

Discussion options

You must be logged in to vote

@marekargalas Right now the chart only supports getting the password from a Secret resource using externalDatabase.passwordSecret and externalDatabase.passwordSecretKey, there are a number of ways to automatically create Secrets from your Vault, for example:

While it would be possible to create a value like externalDatabase.passwordFile, that specifies the path of a file in the pod which contains the password, I'm not sure how important that feature is, given the secret approach already exists.

PS: we also plan to add externalDatabase.userSecret and externalDatabase.userSecretKey to support getting the username from a Secret also, which will pro…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by thesuperzapper
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #528 on April 28, 2022 15:30.