Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Sign On Support #679

Open
simonireilly opened this issue Sep 13, 2021 · 1 comment
Open

Single Sign On Support #679

simonireilly opened this issue Sep 13, 2021 · 1 comment

Comments

@simonireilly
Copy link

simonireilly commented Sep 13, 2021

Twitter Handle:
(if you'd like a shoutout when we add the feature)

I use AWS Single Sign On (SSO) and would like to use the sls-dev-tools with transparent sign on.

Example

sls-dev-tools --profile dev
# ~/.aws/config
[profile dev]
sso_start_url = "https://my-sso-portal.awsapps.com/start"
sso_region = "us-east-1"
sso_account_id = "123456789011"
sso_role_name = "Developer"
region = "us-west-2"
output = "json"

The sls-dev-tools would handle this by signing in and attaining the temporary credentials for the SSO role in the associated account.

@benkehoe
Copy link

AWS SSO support has been added to the SDK in version 2.1093.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants