Skip to content
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

Ipv6 address treated as hostnamem getaddrinfo ENOTFOUND [fd00:ec2::23] #6495

Open
3 of 4 tasks
Defman opened this issue Sep 19, 2024 · 0 comments
Open
3 of 4 tasks

Ipv6 address treated as hostnamem getaddrinfo ENOTFOUND [fd00:ec2::23] #6495

Defman opened this issue Sep 19, 2024 · 0 comments
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@Defman
Copy link

Defman commented Sep 19, 2024

Checkboxes for prior research

Describe the bug

When using podidentity with eks the ip [fd00:ec2::23] is treated as a hostname.

Regression Issue

  • Select this option if this issue appears to be a regression.

SDK version number

@aws-sdk/[email protected]

Which JavaScript Runtime is this issue in?

Node.js

Details of the browser/Node.js/ReactNative version

22.9.0

Reproduction Steps

  1. EKS Cluster running ipv6
  2. Use podidentity
  3. Use the s3-client lib to access s3 authenticated via podidentity

Observed Behavior

Tries to resolve [fd00:ec2::23] via dns

Expected Behavior

Should not try to resolve the ip via dns.

Possible Solution

No response

Additional Information/Context

EKS ipv6

@Defman Defman added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant