This is an automated email from the ASF dual-hosted git repository.
joshfell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ba94328857 Fix typo in Auth Manager docs (#39598)
ba94328857 is described below
commit ba94328857fdf0b6e2162b1ec37ca32a9df093a1
Author: Tom Akita <[email protected]>
AuthorDate: Mon May 13 19:13:36 2024 -0700
Fix typo in Auth Manager docs (#39598)
---
docs/apache-airflow/core-concepts/auth-manager.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/core-concepts/auth-manager.rst
b/docs/apache-airflow/core-concepts/auth-manager.rst
index aaead4a2b3..521264fd78 100644
--- a/docs/apache-airflow/core-concepts/auth-manager.rst
+++ b/docs/apache-airflow/core-concepts/auth-manager.rst
@@ -70,7 +70,7 @@ outlined below.
.. note::
For more information about Airflow's public interface see
:doc:`/public-airflow-interface`.
-Some reasons you may want to write a custom executor include:
+Some reasons you may want to write a custom auth manager include:
* An auth manager does not exist which fits your specific use case, such as a
specific tool or service for user management.
* You'd like to use an auth manager that leverages an identity provider from
your preferred cloud provider.