Issue Summary
Configuration is not updated after setting new env values
I have updated the SAML config in admin manually, but now we want to set them with env variables. Environment variables are set correctly I see them inside the container, even with restart of containers configuration is not applied. In GUI it was still the old values. Is that a bug what should I do?
redash@redash-redash-84c5548f4-xhj26:/app/redash$ env | grep SAML
REDASH_SAML_METADATA_URL=http://xxxx/GoogleIDPMetadata.xml
REDASH_SAML_NAMEID_FORMAT=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
REDASH_SAML_ENTITY_ID=https://accounts.google.com/o/saml2?idpid=xxxx
Technical details:
- Redash Version: image: redash/redash:8.0.2.b37747
- Browser/OS: Kubernetes
- How did you install Redash: helm chart GitHub - getredash/contrib-helm-chart: Community maintained Redash Helm Chart