Michael Lyons created AIRFLOW-386:
-------------------------------------

             Summary: limit github enterprise auth user scope
                 Key: AIRFLOW-386
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-386
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Michael Lyons
            Assignee: Michael Lyons


The current github enterprise auth code requests read/write access to a user 
profile which is probably not required for simple login?

The change is pretty straight forward:
{code}
request_token_params={'scope': 'user,read:org'},
{code}
to 
{code}
request_token_params={'scope': 'user:email,read:org'},
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to