external-secrets / kubernetes-external-secrets

Integrate external secret management systems with Kubernetes
MIT License
2.6k stars 404 forks source link

How to configure multiple AWS accounts #920

Closed uxth closed 2 years ago

uxth commented 2 years ago

Hello I have a question about multiple AWS accounts where I could not find any answers, maybe you can help to figure it out.

I have multiple AWS accounts, I need to retrieve multiple secrets from multiple secrets manager in these accounts. But from the helm chart, it only have one pair of the access key id and secret access key. The question being, is it possible to configure multiple AWS access key id and secret access key pairs? if yes, please provide an example. if no, is there any work arounds to achieve this goal?

thanks

Flydiverny commented 2 years ago

See

uxth commented 2 years ago

gotcha, thank you.