-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support for programmatic access to AWS SSO #2772
Comments
Any updates on this feature? Having it implemented would allow libraries that are built on top of the aws-sdk support developers whose organizations use SSO for auth |
This is a huge headache for my organization. We use SSO for the dev team, and it's a huge pain to have to update files manually every time I need to run an app locally |
Dear aws-sdk-js maintainers, could you please fix this issue? |
Hi! Is there an ETA for this? This is a stopper to implement SSO Login in an organization. |
I rolled my own. The APIs are all there; they just aren't documented very well, and there's no tooling that makes it easy (or accurate) to retrieve sso credentials generated by the aws cli. Mine pretty much does the same thing as |
As a workaround, this project https://github.com/benkehoe/aws-sso-credential-process works as a pretty seamlessly. |
Any ETA/comment/roadmap regarding this? AWS SSO is an amazing feature. It made my life so much easier, but all the SDKs and tooling need to fully embrace it. The Go-SDK already supports it, and tooling working on top of it like Terraform are also up to speed. |
Worth noting this isn't fixed in v3 (aws/aws-sdk-js-v3#1158). With zero knowledge of AWS' intentions, I would be surprised if it gets fixed in v2, however. |
There is a NPM library that has this functionality: https://github.com/mhlabs/aws-sdk-sso. I believe that can be easily moved to the AWS SDK v2. I am happy to create a PR if that makes sense to the maintainers. |
Any update for this issue? |
any update ? |
Any updates...? |
+1 |
@FilipPyrek If you react with the 👍 button to the original issue, (click on the smiley face if you're the first reacting), your votes can be used to sort issues and determine priorities. A comment will send a notification to everyone (participants and watchers), but cannot be easily counted as a vote for an issue. Thus it's generally better to vote than to comment with "+1". To keep up to date, you can also add yourself as a watcher with the "subscribe" button in the sidebar. |
Thanks @benkehoe 🔝 I was not sure how the open source projects are determining the demand for solving some issue. |
This request mirrors the one for AWS SSO support for the AWS CLI:
aws/aws-cli#3447
The text was updated successfully, but these errors were encountered: