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

enable secret injection natively via vault #160

Open
2 tasks
imdhruva opened this issue Jul 28, 2023 · 0 comments
Open
2 tasks

enable secret injection natively via vault #160

imdhruva opened this issue Jul 28, 2023 · 0 comments

Comments

@imdhruva
Copy link

imdhruva commented Jul 28, 2023

The charts currently mandates to leverage a k8s secret. One could argue that k8s secrets are not really secure. Ideally we would want these secrets to be set by an injector (ex: Vault - either via custom initContainer or updated entrypoint script) to place a secret file in the secrets directly being scanned by configurations.py (ex: run/config/extra/vault). The configuration.py should then read the secrets from secret file.

The proposed changes are described as under:

  • invoke _load_yaml() once again after loading all the secrets; thereby any secrets inject override the default secrets
  • enable command and arg to be overriden for housekeeping and worker pods
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