blake-mealey / mantle

An infrastructure-as-code and deployment tool for Roblox.
https://mantledeploy.vercel.app/
MIT License
85 stars 11 forks source link

CLI doesn't support AWS SSO profiles #206

Open TreehouseFalcon opened 8 months ago

TreehouseFalcon commented 8 months ago

What type of feature request is this?

Describe your problem

Mantle currently does not support AWS SSO profiles. I looked into this and rusoto also doesn't seem to have a straightforward way to do this either.

Describe the solution you'd like

Supplying MANTLE_AWS_PROFILE should first use entries from the ~/.aws/credentials file and should use SSO identities as a fallback.