How to get the git-sync password/token from Vault? #568
Answered
by
thesuperzapper
gowdra01
asked this question in
Questions & Answers
-
Checks
QuestionI would like to know how do we pass the TOKEN from the vault
this is the git url and I need to pass this token from the vault .. how do we do it in the value file? |
Beta Was this translation helpful? Give feedback.
Answered by
thesuperzapper
Mar 21, 2022
Replies: 1 comment
-
@gowdra01 You can set the git-sync HTTP username/token from a Kubernetes Secret with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thesuperzapper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gowdra01 You can set the git-sync HTTP username/token from a Kubernetes Secret with
dags.gitSync.httpSecret
,dags.gitSync.httpSecretUsernameKey
, anddags.gitSync.httpSecretPasswordKey
. There are a number of ways to automatically create Kubernetes Secrets from your Vault, for example: