You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Deo (JIRA)" <ji...@apache.org> on 2017/04/17 06:07:41 UTC

[jira] [Updated] (AIRFLOW-1115) github enterprise auth fail to fetch user info

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

Deo updated AIRFLOW-1115:
-------------------------
    Description: 
[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)

  was:
```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)
```


> 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
>
> [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)