googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.71k stars 374 forks source link

feat: Allow passing AWS creds #1770

Closed aliciazavala closed 6 months ago

aliciazavala commented 6 months ago

This feature would be particularly useful in multi-account AWS setups, where different services might be running under different accounts. Being able to specify the credentials at the function or method level would make it easier to manage such setups.

Fixes #1766 🦕

lsirac commented 6 months ago

Hi @aliciazavala, we are going to add the ability to provide AWS credentials soon. It will be in a way that enables refresh. Please keep an eye out for it in the coming weeks!