Skip to content

Conversation

@keenwilson
Copy link
Contributor

@keenwilson keenwilson commented Nov 24, 2025

Problem

The AWS Toolkit for Visual Studio Code needs to support the new console session authentication feature which requires AWS SDK v3.936.0 credential providers. The current version constraints (<3.731.0) prevent using this feature.

Learn more: https://aws.amazon.com/about-aws/whats-new/2025/11/console-credentials-aws-cli-sdk-authentication/

Solution

Update AWS SDK credential providers to ~3.936.0 to enable console session authentication:

  • @aws-sdk/credential-providers

Testing

  • Package installs and builds successfully
  • No changes to runtime behavior for existing credential providers
  • Manually test with static credentials and SSO profile type.

  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@keenwilson keenwilson requested a review from a team as a code owner November 24, 2025 17:54
@amazon-inspector-ohio
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@amazon-inspector-ohio
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@keenwilson keenwilson force-pushed the feature/upgrade-aws-sdk-v3 branch from 6c219f7 to 95749c7 Compare November 24, 2025 20:26
The AWS Toolkit needs to support the new console session authentication feature which requires AWS SDK v3.936.0 credential providers. The current version constraints (<3.731.0) prevent using this feature.

Learn more: https://aws.amazon.com/about-aws/whats-new/2025/11/console-credentials-aws-cli-sdk-authentication/

Update AWS SDK credential providers to ~3.936.0 to enable console session authentication:
- @aws-sdk/credential-providers

This change is minimal and focused only on credential-related packages to avoid broader compatibility issues.

- Package installs and builds successfully
- No changes to runtime behavior for existing credential providers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
@keenwilson keenwilson force-pushed the feature/upgrade-aws-sdk-v3 branch 2 times, most recently from 5e73d6d to af14318 Compare November 24, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants