You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Eleanor Berger (JIRA)" <ji...@apache.org> on 2018/01/05 08:49:00 UTC

[jira] [Created] (AIRFLOW-1969) Google OAuth2 redirect URL generated as http when proxied

Eleanor Berger created AIRFLOW-1969:
---------------------------------------

             Summary: Google OAuth2 redirect URL generated as http when proxied
                 Key: AIRFLOW-1969
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1969
             Project: Apache Airflow
          Issue Type: Bug
          Components: authentication
    Affects Versions: Airflow 1.8
            Reporter: Eleanor Berger
            Assignee: Eleanor Berger


The Google Oauth2 authentication plugin, generates URLs with the http scheme when requests to Airflow are made using http. This is common in cases where the Airflow web app is served behind a proxy like an AWS load balancer or Nginx.

The agreed solution is to force the scheme to always be https.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)