-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Allow DSN to retrieved some a separate secret #683
Comments
Hello there!
|
The issue is that if we add |
@Demonsthere Any thoughts on this? If you see a good way forward here, I am happy to raise a PR. |
Hi there! As for a more elegant solution, i was designing something in the pattern secret:
enabled: true
create: true
dsn:
enabled: true
create: true where enabled means that we use/manage the value using the chart and create means that we create the secret using the chart. This should allow for more granular control and split the dsn from the rest of the secrets. My only issue is how to do it without a breaking change, so that the default behaviour is as now 🤔 |
fix released in https://github.com/ory/k8s/releases/tag/v0.44.0 |
Preflight checklist
Ory Network Project
No response
Describe your problem
We would like the ability to retrieve the DSN from a separate secret. As it is all bundled into one secret, this isn't really possible if we are using an external secret for all Ory secret values. We aren't even able to override the environment variable when an external secret is defined. We define an external secret in the chart so that we can feed in our own values for the SECRET_* values.
Describe your ideal solution
The ability to specify a separate external secret for DSN would resolve this issue.
Workarounds or alternatives
The only way to workaround this (from what I can see) would be to let Ory create its own secret, but then we would lose control of being able to send in the other values.
Version
0.42.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: