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

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

commit abb46b347f8681f0bd651098f4d7dc3132f2b231
Author: Vincent <[email protected]>
AuthorDate: Wed Apr 16 14:12:44 2025 -0400

    Update warning message to note in simple auth manager doc (#49367)
    
    (cherry picked from commit 84cd1d6eb25fa2c9484c4310fdbab037e6f19924)
---
 airflow-core/docs/core-concepts/auth-manager/simple/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/docs/core-concepts/auth-manager/simple/index.rst 
b/airflow-core/docs/core-concepts/auth-manager/simple/index.rst
index edc8fdd1a56..2a51b4821fa 100644
--- a/airflow-core/docs/core-concepts/auth-manager/simple/index.rst
+++ b/airflow-core/docs/core-concepts/auth-manager/simple/index.rst
@@ -18,7 +18,7 @@
 Simple auth manager
 ===================
 
-.. warning::
+.. note::
   The Simple auth manager is intended for development and testing. If you're 
using it in production, ensure that
   access is controlled through other means.
 

Reply via email to