You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2018/09/22 18:45:00 UTC

[jira] [Commented] (AIRFLOW-529) dag_stats is accessible without authentification

    [ https://issues.apache.org/jira/browse/AIRFLOW-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16624786#comment-16624786 ] 

Stefan Seelmann commented on AIRFLOW-529:
-----------------------------------------

https://github.com/apache/incubator-airflow/commit/0bf7adb209ce969243ffaf4fc5213ff3957cbbc9 added @login_required decorator

> dag_stats is accessible without authentification
> ------------------------------------------------
>
>                 Key: AIRFLOW-529
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-529
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webserver
>         Environment: Config :
> authenticate = True
> auth_backend = airflow.contrib.auth.backends.ldap_auth
>            Reporter: Maxime Bugeia
>            Priority: Major
>
> It's possible to query the endpoint http://AIRFLOWHOST/admin/airflow/dag_stats without being authentificated even when there is authenticate = True in airflow configuration.
> This is a security issue since it leaks informations about the names and status of all dags.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)