Skip to content

Commit

Permalink
Make docs clear that Auth can't be disabled for Stable API (apache#13568
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kaxil authored Jan 8, 2021
1 parent 6bdba37 commit 9ec9e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/apache-airflow/security/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ If you wish to have the experimental API work, and aware of the risks of enablin
[api]
auth_backend = airflow.api.auth.backend.default
.. note::

You can only disable authentication for experimental API, not the stable REST API.

See :doc:`../modules_management` for details on how Python and Airflow manage modules.

Kerberos authentication
Expand Down

0 comments on commit 9ec9e55

Please sign in to comment.