This is an automated email from the ASF dual-hosted git repository.
taragolis 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 0d11f3ca2f Add experimental warning in AWS auth manager documentation
(#38414)
0d11f3ca2f is described below
commit 0d11f3ca2f78f6e70e7fa9171afcfc47e5e9aaaa
Author: Vincent <[email protected]>
AuthorDate: Fri Mar 22 16:43:03 2024 -0300
Add experimental warning in AWS auth manager documentation (#38414)
---
docs/apache-airflow-providers-amazon/auth-manager/index.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/apache-airflow-providers-amazon/auth-manager/index.rst
b/docs/apache-airflow-providers-amazon/auth-manager/index.rst
index 0a74715894..b50918e7ef 100644
--- a/docs/apache-airflow-providers-amazon/auth-manager/index.rst
+++ b/docs/apache-airflow-providers-amazon/auth-manager/index.rst
@@ -19,6 +19,9 @@
AWS auth manager
================
+.. warning::
+ The AWS auth manager is alpha/experimental at the moment and may be subject
to change without warning.
+
Before reading this, you should be familiar with the concept of auth manager.
See :doc:`apache-airflow:core-concepts/auth-manager`.