We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80b61c commit 2dec92cCopy full SHA for 2dec92c
newsfragments/47946.feature.rst
newsfragments/aip-72.significant.rst
@@ -83,6 +83,12 @@ As part of this change the following breaking changes have occurred:
83
84
- The ``SkipMixin` class has been removed as a parent class from ``BaseSensorOperator``.
85
86
+- A new config ``[workers] secrets_backend[kwargs]`` & ``[workers] secrets_backend_kwargs`` has been introduced to configure secrets backend on the
87
+ workers directly to allow reducing the round trip to the API server and also to allow configuring a
88
+ different secrets backend.
89
+ Priority defined as workers backend > workers env > secrets backend on API server > API server env > metadata DB.
90
+
91
92
* Types of change
93
94
* [x] Dag changes
0 commit comments