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.
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/credential-providers@3.696.0
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: https://github.com/aws/aws-cdk/issues/32208