You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/08 17:48:39 UTC

[airflow] branch master updated: Make docs clear that Auth can't be disabled for Stable API (#13568)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ec9e55  Make docs clear that Auth can't be disabled for Stable API (#13568)
9ec9e55 is described below

commit 9ec9e55260edeb8660f634fc695da7e7b05b20c6
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Jan 8 17:48:25 2021 +0000

    Make docs clear that Auth can't be disabled for Stable API (#13568)
---
 docs/apache-airflow/security/api.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/apache-airflow/security/api.rst b/docs/apache-airflow/security/api.rst
index 51b36a1..642843b 100644
--- a/docs/apache-airflow/security/api.rst
+++ b/docs/apache-airflow/security/api.rst
@@ -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