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/07/28 15:54:22 UTC

[airflow-site] branch main updated: Fixed a typo in webserver.rst (#454)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 01a1b0a  Fixed a typo in webserver.rst (#454)
01a1b0a is described below

commit 01a1b0a8a072394dec324ce656e4afe5ab856f04
Author: Yanan Valencia <pu...@gmail.com>
AuthorDate: Wed Jul 28 08:53:02 2021 -0700

    Fixed a typo in webserver.rst (#454)
---
 docs-archive/apache-airflow/2.1.2/security/webserver.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs-archive/apache-airflow/2.1.2/security/webserver.html b/docs-archive/apache-airflow/2.1.2/security/webserver.html
index e99c82b..acec0ae 100644
--- a/docs-archive/apache-airflow/2.1.2/security/webserver.html
+++ b/docs-archive/apache-airflow/2.1.2/security/webserver.html
@@ -733,7 +733,7 @@ passwords on a config parser exception to a log.</p>
 <div class="section" id="other-methods">
 <h3>Other Methods<a class="headerlink" href="#other-methods" title="Permalink to this headline">¶</a></h3>
 <p>Since the Airflow 2.0, the default UI is the Flask App Builder RBAC. A <code class="docutils literal notranslate"><span class="pre">webserver_config.py</span></code> 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.</p>
 <p>For previous versions from Airflow, the <code class="docutils literal notranslate"><span class="pre">$AIRFLOW_HOME/airflow.cfg</span></code> following entry needs to be set to enable
 the Flask App Builder RBAC UI.</p>
@@ -745,7 +745,7 @@ with the following entry in the <code class="docutils literal notranslate"><span
 <div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="na">AUTH_TYPE</span> <span class="o">=</span> <span class="s">AUTH_DB</span>
 </pre></div>
 </div>
-<p>Another way to create users it’s in the UI login page, allowing user self registration through a “Register” button.
+<p>Another way to create users is in the UI login page, allowing user self registration through a “Register” button.
 The following entries in the <code class="docutils literal notranslate"><span class="pre">$AIRFLOW_HOME/webserver_config.py</span></code> can be edited to make it possible:</p>
 <div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="na">AUTH_USER_REGISTRATION</span> <span class="o">=</span> <span class="s">True</span>
 <span class="na">AUTH_USER_REGISTRATION_ROLE</span> <span class="o">=</span> <span class="s">&quot;Desired Role For The Self Registered User&quot;</span>
@@ -1051,4 +1051,4 @@ certs and keys.</p>
         <script src="../_static/copybutton.js"></script>
         <script src="../_static/jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>