You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2022. It is now read-only.
in our use-case we are fetching secrets from AWS Secrets Manager $region1, but we also have the need of fetching some of them from $region2.
We are working it around having 2 instances of external-secrets running, but they are both consistently failing to fetch the secret from the other region - which is expected.
Would it make sense to consider adding an annotation-driven mechanism similar to what Ingress is doing, as in watching not only per-namespace (as discussed in #106) but also "filtering responsibilities" of each external-secret instance?