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

Backport of client: fix IPv6 parsing for client.servers block into release/1.5.x #20325

Conversation

hc-github-team-nomad-core
Copy link
Contributor

Backport

This PR is auto-generated from #20324 to be assessed for backporting due to the inclusion of the label backport/1.5.x.

The below text is copied from the body of the original PR.


When the client.servers block is parsed, we split the port from the address. This does not correctly handle IPv6 addresses when they are in URL format (wrapped in brackets), which we require to disambiguate the port and address.

Fix the parser to correctly split out the port and handle a missing port value for IPv6. Update the documentation to make the URL format requirement clear.

Fixes: #20310


Overview of commits

@hc-github-team-nomad-core hc-github-team-nomad-core force-pushed the backport/20310-ipv6-address-parsing/happily-tidy-bengal branch from a0c0974 to c953658 Compare April 8, 2024 19:06
@vercel vercel bot temporarily deployed to Preview – nomad April 8, 2024 19:08 Inactive
@vercel vercel bot temporarily deployed to Preview – nomad-storybook-and-ui April 8, 2024 19:14 Inactive
@tgross tgross merged commit 9ab21a9 into release/1.5.x Apr 8, 2024
22 of 27 checks passed
@tgross tgross deleted the backport/20310-ipv6-address-parsing/happily-tidy-bengal branch April 8, 2024 20:25
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants