You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently options are assumed role, aws creds file, access/secret keys.
But in the case of something like cross account role you'd have to use profile settings similar to below:
From what I'm seeing it doesn't change to a CredentialFileProvider, it just loads the file and puts the settings into the default config, so role_arn and source_profile would be completely ignored.
Currently options are assumed role, aws creds file, access/secret keys.
But in the case of something like cross account role you'd have to use profile settings similar to below:
Is there any undocumented option for this?
The text was updated successfully, but these errors were encountered: