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 connect: fix ipv6 bind_address test into release/1.9.x #24227

Conversation

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

Backport

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

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


I realized this test I wrote in #24203 didn't actually test the IPv6-detection logic, because "bind_address": "::" was being passed in as config, effectively bypassing the important bit here:

if _, ok := cfg["bind_address"]; !ok {
cfg["bind_address"] = connectProxyBindAddress(networks)
}


Overview of commits

@hc-github-team-nomad-core hc-github-team-nomad-core force-pushed the backport/fix-connect-bind_address-test/formally-bright-vulture branch from a358317 to 39d0023 Compare October 16, 2024 13:24
@gulducat gulducat merged commit 9a7cb46 into release/1.9.x Oct 16, 2024
19 checks passed
@gulducat gulducat deleted the backport/fix-connect-bind_address-test/formally-bright-vulture branch October 16, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants