Lucas Severo Alves
Lucas Severo Alves
Find a way to reference their SecretProvider in our storeRef
For Reference: https://github.com/external-secrets/external-secrets/issues/759 https://github.com/external-secrets/external-secrets/issues/758 https://github.com/external-secrets/external-secrets/issues/757 https://github.com/external-secrets/external-secrets/issues/756 https://github.com/external-secrets/external-secrets/issues/498 ☝️ Those are all done and you can look at their implementations to see how they did it. @haf-tech @nitzann @IdanAdar @AndreyZamyslov @Jabray5...
Similar to what we have for gcp and aws. Since we support Managed Identity in our Azure provider, we need to have managed e2e tests for that, before we can...
Similar to vault, bringing another cluster up and checking secrets from there. Also we can consider agglutinating K8S provider to be internally maintained. It's easy to setup locally, and feels...
Add eso to sandbox projects as per https://github.com/cncf/toc/issues/882 and https://github.com/external-secrets/external-secrets/issues/1395
The RemovePodsViolatingInterPodAntiAffinity strategy does not perform any pod balancing at the moment. ```go if checkPodsWithAntiAffinityExist(pods[i], pods) && d.handle.Evictor().Filter(pods[i]) { if d.handle.Evictor().Evict(ctx, pods[i], evictions.EvictOptions{}) { // Since the current pod is...
**Describe the solution you'd like** Change the master branch to a main branch and adapt pipelines accordingly. **What is the added value?** With this we will be more inclusive and...
**Describe the solution you'd like** - [ ] Helm chart setup added to the project. - [ ] CI testing the helm chart **What is the added value?** Users can...
**Describe the solution you'd like** Remember to add notice to Readme letting users know that we moved to GH Packages Registry **What is the added value?** So people are not...
I am opening this issue as a general issue to attract hacktoberfestians, but we can later open sub-issues to be more specific on what types of testes and where we...