This is an automated email from the ASF dual-hosted git repository. amoghdesai 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 d14f0c24d5f Adding newsfragment for workers secrets backend (#48047) d14f0c24d5f is described below commit d14f0c24d5f0ac2e3475a761fb0f2bb4dee46631 Author: Amogh Desai <amoghrajesh1...@gmail.com> AuthorDate: Fri Mar 21 17:34:53 2025 +0530 Adding newsfragment for workers secrets backend (#48047) --- newsfragments/47946.feature.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/newsfragments/47946.feature.rst b/newsfragments/47946.feature.rst new file mode 100644 index 00000000000..a47094bc6ed --- /dev/null +++ b/newsfragments/47946.feature.rst @@ -0,0 +1 @@ +A new config "workers secrets_backend[kwargs]" has been introduced to configure secrets backend on the workers directly to allow reducing the round trip to the API server and also to allow configuring a different secrets backend. Priority defined as workers backend > workers env > secrets backend on API server > API server env > metadata DB.