-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add ability to provide secretKey via reference #283
Comments
@BlackDark have an example of what you are looking for? |
Yes, similar to the db password etc. nautobot:
secretKey:
existingSecret: name-of-secret
existingSecretKey: key
# currently only this option works
nautobot:
secretKey: blablamagicsecret
# could go via sops and encrypt the file / value but why not using existing kubernetes features |
ah ok, I think I'm following that is the secret key for django to be passed to Nautobot... I had my head stuck on a kubernetes secret and key... more coffee helped... Yeah this is a good and simple add thanks for the suggestion... |
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
* allow providing DB password via secret ref Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing #355 and allows references, fixing #283. * allow providing Redis password via secret ref Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing #355 and allows references, fixing #283.
Hello @BlackDark. This is now supported from the release 2.1.0 (https://docs.nautobot.com/projects/helm-charts/en/stable/advanced-features/existing-secrets/). I am closing the issue. If you find that the behavior is not what you expected, feel free to open a new issue. |
Currently only directly supported via setting plain value in values file.
The text was updated successfully, but these errors were encountered: