Default credentials provider chain documentation doesn't look right #4347
Labels
bug
This issue is a confirmed bug.
credentials
documentation
This is a problem with documentation.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p3
This is a minor priority issue
Describe the issue
The default search list doesn't look right based on the botocore code I reviewed, and doesn't quite make sense. e.g. the sso provider would only be brought in if a profile in any location used an sso profile, and the sdk wouldn't do a specific search on existing config files for sso providers. As well the assume role provider is the implimentation of the config files e.g. the assume role provider is what's used with the relevant settings of a config file and the default profile within it.
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
The text was updated successfully, but these errors were encountered: