Skip to content
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

Add SAML_SCHEME_OVERRIDE config #49

Merged
merged 1 commit into from
Sep 30, 2020
Merged

Add SAML_SCHEME_OVERRIDE config #49

merged 1 commit into from
Sep 30, 2020

Conversation

jhult
Copy link
Contributor

@jhult jhult commented Sep 29, 2020

getredash/redash#3614

This setting will allow you to override the SAML Auth URL scheme that gets constructed by Flask. This is a useful feature if, for example, you're behind a Proxy Protocol enabled TCP load balancer (AWS ELB that terminates SSL) and your Nginx proxy or similar adds a X-Forwarded-Proto of HTTP even though your Redash URL for SAML auth is HTTPS.

Example use in my-values.yaml:

redash:
  host: https://mysecuredomain.com
  samlSchemeOverride: https

@grugnog grugnog merged commit 3a48260 into getredash:master Sep 30, 2020
@grugnog
Copy link
Collaborator

grugnog commented Sep 30, 2020

Thanks!

@jhult jhult deleted the saml-scheme-override branch December 22, 2021 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants