xp-forge / aws

AWS Core for the XP Framework
0 stars 0 forks source link

Add support for SSO #12

Closed thekid closed 3 months ago

thekid commented 3 months ago

Example AWS config file:

[default]
sso_start_url = https://example.awsapps.com/start/
sso_region = eu-central-1
sso_account_id = 1234567890
sso_role_name = test

See https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/login.html

thekid commented 3 months ago

Released in https://github.com/xp-forge/aws/releases/tag/v2.1.0