Skip to content

Commit

Permalink
Fix typo in webserver.rst (#17288)
Browse files Browse the repository at this point in the history
Porting apache/airflow-site#454 to Airflow docs. Added @pumpkiny9120 as co-author

Co-authored-by: Yanan Valencia <pumpkiny9120@gmail.com>
(cherry picked from commit 642d05b)
  • Loading branch information
kaxil authored and jhtimmins committed Aug 17, 2021
1 parent b2f607c commit a31e02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/security/webserver.rst
Expand Up @@ -90,7 +90,7 @@ Other Methods
'''''''''''''

Since the Airflow 2.0, the default UI is the Flask App Builder RBAC. A ``webserver_config.py`` configuration file
it's automatically generated and can be used to configure the Airflow to support authentication
is automatically generated and can be used to configure the Airflow to support authentication
methods like OAuth, OpenID, LDAP, REMOTE_USER.

For previous versions from Airflow, the ``$AIRFLOW_HOME/airflow.cfg`` following entry needs to be set to enable
Expand All @@ -107,7 +107,7 @@ with the following entry in the ``$AIRFLOW_HOME/webserver_config.py``.
AUTH_TYPE = AUTH_DB
Another way to create users it's in the UI login page, allowing user self registration through a "Register" button.
Another way to create users is in the UI login page, allowing user self registration through a "Register" button.
The following entries in the ``$AIRFLOW_HOME/webserver_config.py`` can be edited to make it possible:

.. code-block:: ini
Expand Down

0 comments on commit a31e02c

Please sign in to comment.