kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 21 forks source link

Add VaultStaticSecret support to the keb #1071

Closed ujvaritamas closed 1 month ago

ujvaritamas commented 1 month ago

Description In order to stop using ArgoCD plugins, we need to replace our current mechanism for deploying secrets to the kcp clusters. The Vault Secrets Operator has been deployed to all 3 landscapes, and is now functional.

Everywhere where argo plugin was used -> the logic is changed to use the VSO.

Changes proposed in this pull request: Ticket: https://github.tools.sap/kyma/backlog/issues/5847

Related issue(s) https://github.tools.sap/kyma/backlog/issues/5847

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

github-actions[bot] commented 1 month ago

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

MarekMichali commented 1 month ago

/kind enhancement