You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Platform] Added HTTP to HTTPS redirection in nginx conf (#127)
* [Platform] Added HTTP to HTTPS redirection in nginx conf
In a few of the SSO or OIDC integration, after integration, it redirects to the HTTP.
And previously, we disabled the HTTP traffic totally once we enabled the TLS.
But after these changes, it'll redirect the HTTP traffic to HTTPS in case TLS enabled deployment.
* Added HSTS header and modified the proxy_set_header for proto
0 commit comments