ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.26k stars 521 forks source link

sso_session support in .aws/config #1048

Closed rjenkins2 closed 4 weeks ago

rjenkins2 commented 2 months ago

This makes sso_session in ~/.aws/config work properly. See issue #951 It simply merges in the config entries from the specified sso-session section. It also changes the cache_key used from sso_start_url to the sso_session name when sso_session is specified.

mruoss commented 2 months ago

Love this! Very nice!

lud-wj commented 1 month ago

Hi,

This is really helpful. Are there plans to merge this soon?

bernardd commented 4 weeks ago

Thanks heaps @rjenkins2. Apologies for taking so long to get to this.

lud-wj commented 4 weeks ago

Thank you @rjenkins2 @bernardd