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

vincbeck 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 6a5d0d05b09 Add authentication section in Rest API documentation 
(#49745)
6a5d0d05b09 is described below

commit 6a5d0d05b098ac705fa8a3b873dd28453bcdaec8
Author: Vincent <[email protected]>
AuthorDate: Thu Apr 24 16:16:10 2025 -0400

    Add authentication section in Rest API documentation (#49745)
---
 airflow-core/docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow-core/docs/conf.py b/airflow-core/docs/conf.py
index cf6c0d8a80b..6b0f6d6a143 100644
--- a/airflow-core/docs/conf.py
+++ b/airflow-core/docs/conf.py
@@ -366,7 +366,6 @@ redoc = [
         "spec": main_openapi_path.as_posix(),
         "opts": {
             "hide-hostname": True,
-            "no-auto-auth": True,
         },
     },
 ]

Reply via email to