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 · 3 comments
Open
3 of 4 tasks

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

Defman opened this issue Sep 19, 2024 · 3 comments
Assignees
Labels
bug This issue is a bug. p2 This is a standard priority issue queued This issues is on the AWS team's backlog workaround-available This issue has a work around available.

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
@Defman
Copy link
Author

Defman commented Sep 20, 2024

Fixed in smithy-lang/smithy-typescript#1408

@Defman Defman closed this as completed Sep 20, 2024
@Defman
Copy link
Author

Defman commented Sep 20, 2024

Actually I’ll leave this issue open until smithy is bumped.

@Defman Defman reopened this Sep 20, 2024
@kuhe kuhe self-assigned this Sep 20, 2024
@kuhe kuhe added p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Sep 20, 2024
@kuhe
Copy link
Contributor

kuhe commented Sep 20, 2024

Workaround until the minimum version is bumped is to update your lockfile or make a fresh install.

@kuhe kuhe added workaround-available This issue has a work around available. queued This issues is on the AWS team's backlog labels Sep 20, 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. p2 This is a standard priority issue queued This issues is on the AWS team's backlog workaround-available This issue has a work around available.
Projects
None yet
Development

No branches or pull requests

2 participants