-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update developer guide to include account ID based endpoints #4446
base: develop
Are you sure you want to change the base?
Update developer guide to include account ID based endpoints #4446
Conversation
docs/source/guide/credentials.rst
Outdated
* AWS IAM Identity Center credential provider | ||
* Shared credential file (``~/.aws/credentials``) | ||
* AWS config file (``~/.aws/config``) | ||
* Container credential provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we should document this one yet since it's not actually supported by the service, but we support it. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, that is true. We have added the ability to source account_id
from this provider though so it will work when/if they decide to send an account ID back. If we remove it now, how will we know when to add back it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair point, it is a supported provider, I guess we should leave it in for now
This PR adds documentation to the Credentials developer guide to include information about account ID based endpoints.
References:
Screenshots: