We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #68, support for late binding of DSN (via env var) was added.
This works in scenarios like so
# UNLEASH_DSN=<DSN> unleash_client: dsn: '%env(UNLEASH_DSN)%'
It doesn't work for scenarios where env vars use Symfony's env var processors:
# UNLEASH_DSN_FILE=/run/secrets/unleash_dsn # file /run/secrets/unleash_dsn contains DSN unleash_client: dsn: '%env(trim:file:UNLEASH_DSN_FILE)%'
The latter is a pretty common workflow when running apps with Kubernetes Secrets.
See example before.
No response
0.11.382
Env var used for DSN is correctly processed with (built in or custom) processors, which Symfony does by default.
Version number is not an error, it seems the repo creates a new tag on each action?
The text was updated successfully, but these errors were encountered:
RikudouSage
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Describe the bug
In #68, support for late binding of DSN (via env var) was added.
This works in scenarios like so
It doesn't work for scenarios where env vars use Symfony's env var processors:
The latter is a pretty common workflow when running apps with Kubernetes Secrets.
To reproduce
See example before.
Sample code (optional)
No response
Version
0.11.382
Expected behavior
Env var used for DSN is correctly processed with (built in or custom) processors, which Symfony does by default.
Logs (optional)
No response
Additional context (optional)
Version number is not an error, it seems the repo creates a new tag on each action?
The text was updated successfully, but these errors were encountered: