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