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

feature request: set variables from hashicorp vault without secret in k8s #2259

Open
Viktor3434 opened this issue Aug 7, 2024 · 1 comment

Comments

@Viktor3434
Copy link

hello!

Is your feature request related to a problem? Please describe.
in charts from bitnami and the community, there is an option to set a value - rootPassword: ${vault:path/to/minio#admin_pass}.
I've tried adding such a value to the tenant, but it doesn't expand into a variable and is used directly \${vault:path/to/minio#admin_pass}.
I would like to work in a unified approach to secrets

Describe the solution you'd like
I want a way to add my secrets directly to a pod without the secret k8s

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
nothing

Additional context
I'm not sure if this is easy since the operator initializes the tenant before the pods start, but it would be great!

@Viktor3434
Copy link
Author

I also tried using the vault.security.banzaicloud.io/vault-env-from-path: "path/to/minio" annotation, but /tmo/minio/config.env takes precedence over variables in ENV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant