[
https://issues.apache.org/jira/browse/AIRFLOW-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525560#comment-16525560
]
ASF subversion and git services commented on AIRFLOW-2624:
----------------------------------------------------------
Commit 7c5157a9366dfb118bccb0c900313ea46e5eb80f in incubator-airflow's branch
refs/heads/v1-10-test from [~kevinyang]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=7c5157a ]
[AIRFLOW-2624] Fix webserver login as anonymous
(cherry picked from commit 2fd9328b412841429acc288b1441c8351ee15e98)
Signed-off-by: Bolke de Bruin <[email protected]>
> Airflow webserver broken out of the box
> ---------------------------------------
>
> Key: AIRFLOW-2624
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2624
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Kevin Yang
> Assignee: Kevin Yang
> Priority: Blocker
> Fix For: 1.10.0
>
>
> `airflow webserver` and then click on any DAG, I get
> ```
> File "/Users/kevin_yang/ext_repos/incubator-airflow/airflow/www/utils.py",
> line 364, in view_func
> return f(*args, **kwargs)
> File "/Users/kevin_yang/ext_repos/incubator-airflow/airflow/www/utils.py",
> line 251, in wrapper
> user = current_user.user.username
> AttributeError: 'NoneType' object has no attribute 'username'
> ```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)