You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TypeScript program will print the AWS credentials, but the proxy won't show any activity. To further confirm, if I shut down the proxy, the credentials are still retrieved.
Expected Behavior
Proxy show activity when up and request fail when proxy is down.
kuhe
added
closing-soon
This issue will automatically close in 4 days unless further comments are made.
and removed
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
labels
Nov 25, 2024
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Checkboxes for prior research
Describe the bug
The SDK gets credentials via SSO directly (ignoring proxy configuration) provided in the
fromIni()
method.Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
node version: v22.9.0
Reproduction Steps
aws sso login
etc).Observed Behavior
The TypeScript program will print the AWS credentials, but the proxy won't show any activity. To further confirm, if I shut down the proxy, the credentials are still retrieved.
Expected Behavior
Proxy show activity when up and request fail when proxy is down.
Possible Solution
No response
Additional Information/Context
Related issue: aws/aws-cdk#32208
The text was updated successfully, but these errors were encountered: