Skip to content

Pass content of kube/config file to triggerer as a dictionary - #41178

Merged
potiuk merged 1 commit into
apache:mainfrom
VladaZakharova:k8s-def-fix
Aug 2, 2024
Merged

Pass content of kube/config file to triggerer as a dictionary#41178
potiuk merged 1 commit into
apache:mainfrom
VladaZakharova:k8s-def-fix

Conversation

@VladaZakharova

Copy link
Copy Markdown
Contributor

The idea of passing content of .kube/config file as a dictionary to Triggerer was introduced with the first implementation of deferrable mode in #29017.
Later, due to security concerns related to storing the config file in trigger table this change was reverted.
With the following change #38233 that concern has been mitigated and the change (of passing config as a map to the trigger) can be reapplied.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborgboring-cyborgBot added area:providers provider:cncf-kubernetes Kubernetes (k8s) provider related issues labels Aug 1, 2024
@VladaZakharova
VladaZakharovaforce-pushed the k8s-def-fix branch 2 times, most recently from a586454 to a76c6dfCompareAugust 1, 2024 11:23

@potiukpotiuk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providersprovider:cncf-kubernetesKubernetes (k8s) provider related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@VladaZakharova@potiuk@vincbeck