We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The recommanded way to use AWS SSO is : https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html
[profile my-dev-profile] sso_session = my-sso sso_account_id = 123456789011 sso_role_name = readOnly region = us-west-2 output = json [sso-session my-sso] sso_region = us-east-1 sso_start_url = https://my-sso-portal.awsapps.com/start sso_registration_scopes = sso:account:access
Can dynobase support it ? Almost all SDK already support it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The recommanded way to use AWS SSO is : https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html
Can dynobase support it ? Almost all SDK already support it
The text was updated successfully, but these errors were encountered: