This is an automated email from the ASF dual-hosted git repository.
xddeng 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 5b130c8 Clearer information for webserver_config.py (#12412)
5b130c8 is described below
commit 5b130c809bb5410580985e588ca38a9624371c95
Author: Xiaodong DENG <[email protected]>
AuthorDate: Tue Nov 17 20:00:10 2020 +0100
Clearer information for webserver_config.py (#12412)
So easier for doc readers who never used FAB-based RBAC UI.
---
docs/security/webserver.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/security/webserver.rst b/docs/security/webserver.rst
index 82bbb7a..93c1824 100644
--- a/docs/security/webserver.rst
+++ b/docs/security/webserver.rst
@@ -86,7 +86,8 @@ Other Methods
'''''''''''''
Standing on the shoulder of underlying framework Flask-AppBuilder, Airflow
also supports authentication methods like
-OAuth, OpenID, LDAP, REMOTE_USER. You can configure in
``webserver_config.py``. For details, please refer to
+OAuth, OpenID, LDAP, REMOTE_USER. You can configure in
``$AIRFLOW_HOME/webserver_config.py``.
+For details, please refer to
`Security section of FAB documentation
<https://flask-appbuilder.readthedocs.io/en/latest/security.html>`_.
SSL