hupe1980 / cdk-multi-profile-plugin

Adds multi profile/account, mfa and aws sso support to cdk apps
MIT License
45 stars 9 forks source link

feat: add support for AWS IAM Identity Center #52

Closed wiget closed 1 year ago

wiget commented 1 year ago

AWS CLI 2.9.x changed SSO configuration to allow automatic authentication refresh for AWS IAM Identity Center.

For details see: https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html

wiget commented 1 year ago

@hupe1980 Would you mind reviewing this PR?