This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 2dec92c657c Move newsfragment about secret backends on workers to
AIP-72 one (#48069)
2dec92c657c is described below
commit 2dec92c657c9bf35ead6dc1fb3c63a65005ca1e5
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Mar 21 22:44:03 2025 +0530
Move newsfragment about secret backends on workers to AIP-72 one (#48069)
So that all AIP-72 ones remain on the same place.
---
newsfragments/47946.feature.rst | 1 -
newsfragments/aip-72.significant.rst | 6 ++++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/newsfragments/47946.feature.rst b/newsfragments/47946.feature.rst
deleted file mode 100644
index a47094bc6ed..00000000000
--- a/newsfragments/47946.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-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.
diff --git a/newsfragments/aip-72.significant.rst
b/newsfragments/aip-72.significant.rst
index 1bc5137c0ce..66ef3944f3d 100644
--- a/newsfragments/aip-72.significant.rst
+++ b/newsfragments/aip-72.significant.rst
@@ -83,6 +83,12 @@ As part of this change the following breaking changes have
occurred:
- The ``SkipMixin` class has been removed as a parent class from
``BaseSensorOperator``.
+- A new config ``[workers] secrets_backend[kwargs]`` & ``[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.
+
+
* Types of change
* [x] Dag changes