-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support SSO functionality in get_credentials in current botocore #1988
Comments
@dytoto - Thank you for your post. Marking this as a feature request. |
Any updates on this? |
We really need this :( |
I pulled the SSO credential support from botocore v2 and the CLI into a Hopefully very soon the functionality in botocore v2 will get pulled in botocore v1, and all the other SDK languages, but until then I find this to be a minimally intrusive workaround. |
@joguSD this is shipped, right? At least as of 1.17.16 |
Still getting |
works for me today! I needed to make two changes:
thanks! |
@annbrady You should be able to use boto3 without |
Guess I'm doing something wrong then... ... aws sso login --profile NAME python
|
You've logged in to profile NAME but aren't providing it in Python. What if you change the code to |
that was it, thank you! |
With the merging of this PR #2070 SSO functionality is now supported in current botocore. Please let us know if anyone has any concerns. |
Can you guys update the current botocore v1 version with the new sso credential provider that was created in botocore v2. This will let people programmatically access SSO credentials they set up from the command line. Thanks :)
The text was updated successfully, but these errors were encountered: