Skip to content

Commit

Permalink
[AIRFLOW-700] Update to reference to web authentication documentation
Browse files Browse the repository at this point in the history
Closes apache#1943 from alanmcruickshank/config_update
  • Loading branch information
alanmcruickshank authored and bolkedebruin committed Dec 25, 2016
1 parent af96b4c commit cc0fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def run_command(command):
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)
Expand Down

0 comments on commit cc0fb07

Please sign in to comment.