Repository: incubator-airflow Updated Branches: refs/heads/master 3cec728d7 -> 38ba86c3b
[AIRFLOW-700] Update to reference to web authentication documentation Closes #1943 from alanmcruickshank/config_update Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/38ba86c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/38ba86c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/38ba86c3 Branch: refs/heads/master Commit: 38ba86c3b6f56ea93bacf811078ab3437787c2ab Parents: 3cec728 Author: Alan Cruickshank <[email protected]> Authored: Sun Dec 25 14:21:54 2016 +0100 Committer: Bolke de Bruin <[email protected]> Committed: Sun Dec 25 14:21:59 2016 +0100 ---------------------------------------------------------------------- airflow/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/38ba86c3/airflow/configuration.py ---------------------------------------------------------------------- diff --git a/airflow/configuration.py b/airflow/configuration.py index 1adf748..e860898 100644 --- a/airflow/configuration.py +++ b/airflow/configuration.py @@ -240,7 +240,7 @@ error_logfile = - expose_config = False # Set to true to turn on authentication: -# http://pythonhosted.org/airflow/installation.html#web-authentication +# http://pythonhosted.org/airflow/security.html#web-authentication authenticate = False # Filter the list of dags by owner name (requires authentication to be enabled)
