OpenMetadata/openmetadata-service/src
IceS2 09037e2ab6
Fix/k8s secrets manager provider (#25635)
* Fix: Pass secrets provider to the ingestion pipelines

For the noop providers where we were using the DB provider we introduced
a regression by the end of 2023 due to stop passing the provider
forward. This broke the `aws`, `aws-ssm`, and `azure-kv` providers.

This commit passes the provider forward so the ingestion pipeline knows
how to act instead of treating everything as the DB provider.

* Fix tests

* Fix k8s client by passing the needed env vars to ingestion

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2026-02-10 07:47:22 +01:00
..
main Fix/k8s secrets manager provider (#25635) 2026-02-10 07:47:22 +01:00
test Fix/k8s secrets manager provider (#25635) 2026-02-10 07:47:22 +01:00