GitHub user MiniaczQ added a comment to the discussion: Redis password no
longer loaded from `REDIS_PASSWORD` env var
Here is the snippet that creates the Python config:
```
{{- if $redisPasswordForBackend }}
"CACHE_REDIS_PASSWORD": {{ $redisPasswordForBackend | quote }},
{{- else }}
"CACHE_REDIS_PASSWORD": "",
{{- end }}
```
the password gets quoted which means I cannot overwrite it with arbitrary code
which loads env vars
GitHub link:
https://github.com/apache/superset/discussions/43172#discussioncomment-18020243
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]