Inject host information in the request to prevent HTTP2 IPv6 failures#242241
Merged
gsoldevila merged 3 commits intoelastic:mainfrom Nov 11, 2025
Merged
Inject host information in the request to prevent HTTP2 IPv6 failures#242241gsoldevila merged 3 commits intoelastic:mainfrom
gsoldevila merged 3 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-core (Team:Core) |
c93e359 to
29c85f8
Compare
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
Bamieh
approved these changes
Nov 11, 2025
Contributor
|
Starting backport for target branches: 9.1, 9.2 |
Contributor
|
Starting backport for target branches: 9.1, 9.2 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Nov 11, 2025
…elastic#242241) ## Summary Workarounds elastic#236380 The official way to address this is with the following issue + PR on hapijs/hapi side: * hapijs/hapi#4560 * hapijs/hapi#4559 Until then, we can inject the Host information that Hapi relies on when it builds the `url` string. (cherry picked from commit 0d41ec2)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Nov 11, 2025
…elastic#242241) ## Summary Workarounds elastic#236380 The official way to address this is with the following issue + PR on hapijs/hapi side: * hapijs/hapi#4560 * hapijs/hapi#4559 Until then, we can inject the Host information that Hapi relies on when it builds the `url` string. (cherry picked from commit 0d41ec2)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Nov 11, 2025
…elastic#242241) ## Summary Workarounds elastic#236380 The official way to address this is with the following issue + PR on hapijs/hapi side: * hapijs/hapi#4560 * hapijs/hapi#4559 Until then, we can inject the Host information that Hapi relies on when it builds the `url` string. (cherry picked from commit 0d41ec2)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Nov 11, 2025
…elastic#242241) ## Summary Workarounds elastic#236380 The official way to address this is with the following issue + PR on hapijs/hapi side: * hapijs/hapi#4560 * hapijs/hapi#4559 Until then, we can inject the Host information that Hapi relies on when it builds the `url` string. (cherry picked from commit 0d41ec2)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Nov 11, 2025
…ilures (#242241) (#242566) # Backport This will backport the following commits from `main` to `9.2`: - [Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)](#242241) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-11-11T15:27:16Z","message":"Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)\n\n## Summary\n\nWorkarounds https://github.com/elastic/kibana/issues/236380\n\nThe official way to address this is with the following issue + PR on\nhapijs/hapi side:\n* https://github.com/hapijs/hapi/issues/4560\n* https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject the Host information that Hapi relies on when\nit builds the `url` string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Core","release_note:skip","backport:version","v9.3.0","v9.1.7","v9.2.1"],"title":"Inject host information in the request to prevent HTTP2 IPv6 failures","number":242241,"url":"https://github.com/elastic/kibana/pull/242241","mergeCommit":{"message":"Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)\n\n## Summary\n\nWorkarounds https://github.com/elastic/kibana/issues/236380\n\nThe official way to address this is with the following issue + PR on\nhapijs/hapi side:\n* https://github.com/hapijs/hapi/issues/4560\n* https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject the Host information that Hapi relies on when\nit builds the `url` string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242241","number":242241,"mergeCommit":{"message":"Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)\n\n## Summary\n\nWorkarounds https://github.com/elastic/kibana/issues/236380\n\nThe official way to address this is with the following issue + PR on\nhapijs/hapi side:\n* https://github.com/hapijs/hapi/issues/4560\n* https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject the Host information that Hapi relies on when\nit builds the `url` string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747"}},{"branch":"9.1","label":"v9.1.7","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
kibanamachine
added a commit
that referenced
this pull request
Nov 11, 2025
…ilures (#242241) (#242565) # Backport This will backport the following commits from `main` to `9.1`: - [Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)](#242241) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-11-11T15:27:16Z","message":"Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)\n\n## Summary\n\nWorkarounds https://github.com/elastic/kibana/issues/236380\n\nThe official way to address this is with the following issue + PR on\nhapijs/hapi side:\n* https://github.com/hapijs/hapi/issues/4560\n* https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject the Host information that Hapi relies on when\nit builds the `url` string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Core","release_note:skip","backport:version","v9.3.0","v9.1.7","v9.2.1"],"title":"Inject host information in the request to prevent HTTP2 IPv6 failures","number":242241,"url":"https://github.com/elastic/kibana/pull/242241","mergeCommit":{"message":"Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)\n\n## Summary\n\nWorkarounds https://github.com/elastic/kibana/issues/236380\n\nThe official way to address this is with the following issue + PR on\nhapijs/hapi side:\n* https://github.com/hapijs/hapi/issues/4560\n* https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject the Host information that Hapi relies on when\nit builds the `url` string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242241","number":242241,"mergeCommit":{"message":"Inject host information in the request to prevent HTTP2 IPv6 failures (#242241)\n\n## Summary\n\nWorkarounds https://github.com/elastic/kibana/issues/236380\n\nThe official way to address this is with the following issue + PR on\nhapijs/hapi side:\n* https://github.com/hapijs/hapi/issues/4560\n* https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject the Host information that Hapi relies on when\nit builds the `url` string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747"}},{"branch":"9.1","label":"v9.1.7","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Dec 2, 2025
…elastic#242241) ## Summary Workarounds elastic#236380 The official way to address this is with the following issue + PR on hapijs/hapi side: * hapijs/hapi#4560 * hapijs/hapi#4559 Until then, we can inject the Host information that Hapi relies on when it builds the `url` string.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Workarounds #236380
The official way to address this is with the following issue + PR on hapijs/hapi side:
Until then, we can inject the Host information that Hapi relies on when it builds the
urlstring.