jedcunningham commented on a change in pull request #21640:
URL: https://github.com/apache/airflow/pull/21640#discussion_r812248440
##########
File path: docs/apache-airflow/security/api.rst
##########
@@ -22,12 +22,12 @@ API Authentication
------------------
Authentication for the API is handled separately to the Web Authentication.
The default is to
-deny all requests:
+check the user session:
.. code-block:: ini
[api]
- auth_backends = airflow.api.auth.backend.deny_all
+ auth_backends = airflow.api.auth.backend.session
Review comment:
Should we add a note to the versionchanged 2.3 section below that it now
uses `session` vs `deny_all`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]