getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
26.03k stars 4.34k forks source link

Force Google oauth scheme https #6074

Open fedeostrit opened 1 year ago

fedeostrit commented 1 year ago

hello, I am not able to configure redash by https with google oauth, it is currently installed with helm chart in AWS eks with http and in front there is an aws NLB, when trying to pass the NLB to https (it performs the ssl/tcp termination) when it comes to When browsing the URL, redash always tries to redirect to http, I don't know if there is something that can be done like the option that already exists for REDASH_SAML_SCHEME_OVERRIDE so that flask can build the URLs with Https correctly and that it will have a good time with google oauth

fedeostrit commented 1 year ago

Hi @arikfr, It is possible that the team can review this of the change of schema from https to http when there is an AWS NLB as a proxy in front of the Redash deployed with helm chart, I don't know if there is already a parameter that can be used to allow this and not rewrite the URIs in http