[ 
https://issues.apache.org/jira/browse/AIRFLOW-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Anand closed AIRFLOW-386.
-----------------------------------
    Resolution: Fixed

> 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
>              Labels: security
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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