MiniaczQ commented on issue #43171:
URL: https://github.com/apache/superset/issues/43171#issuecomment-5295292717

   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to