Deo created AIRFLOW-1115:
----------------------------
Summary: 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
```sh
[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
(v6.3.15#6346)