[
https://issues.apache.org/jira/browse/AIRFLOW-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508842#comment-16508842
]
ASF subversion and git services commented on AIRFLOW-1115:
----------------------------------------------------------
Commit be3d551f72e42a19242e3f8e1b1a00a82e1c2eb8 in incubator-airflow's branch
refs/heads/master from renzofrigato
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=be3d551 ]
[AIRFLOW-1115] fix github oauth api URL
Closes #3469 from renzofrigato/airflow_1115
> github enterprise auth fail to fetch user info
> ----------------------------------------------
>
> Key: AIRFLOW-1115
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1115
> Project: Apache Airflow
> Issue Type: Bug
> Components: security
> Affects Versions: Airflow 1.8
> Reporter: Deo
> Assignee: Deo
> Priority: Major
>
> [2017-04-17 13:30:50,540] [68622] {github_enterprise_auth.py:216} ERROR -
> Traceback (most recent call last):
> File
> "/xxx/.virtualenvs/airflow/lib/python3.5/site-packages/airflow/contrib/auth/backends/github_enterprise_auth.py",
> line 210, in oauth_callback
> username, email = self.get_ghe_user_profile_info(ghe_token)
> File
> "/xxx/.virtualenvs/airflow/lib/python3.5/site-packages/airflow/contrib/auth/backends/github_enterprise_auth.py",
> line 140, in get_ghe_user_profile_info
> resp.status if resp else 'None'))
> airflow.contrib.auth.backends.github_enterprise_auth.AuthenticationError:
> Failed to fetch user profile, status (404)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)