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

feat: sourcing envVars from a secret #261

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

Smana
Copy link
Contributor

@Smana Smana commented Sep 17, 2024

Being able to configure Zitadel using environment variables just like it is mentioned here.

This is particularly useful when using external secrets operator for instance, we could retrieve the database/user credentials from there without having to put them into the Helm variables.

This is an alternative to defining each environment variable specifically in the Helm values too.

My work in progress: Smana/cloud-native-ref#448

@hifabienne hifabienne added the os-contribution This is a contribution from our open-source community label Sep 17, 2024
Copy link
Member

@eliobischof eliobischof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Smana
Thanks for yet another useful improvement. It can certainly be much more convenient to pass many env vars together using envVarsSecret.

@eliobischof eliobischof merged commit 64d2226 into zitadel:main Sep 24, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-contribution This is a contribution from our open-source community
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants