kolide: fix system-test mock pagination origins with stream .request.host - #20521
Open
andrewkroh wants to merge 1 commit into
Open
kolide: fix system-test mock pagination origins with stream .request.host#20521andrewkroh wants to merge 1 commit into
andrewkroh wants to merge 1 commit into
Conversation
Contributor
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
andrewkroh
marked this pull request as draft
August 4, 2026 15:25
Contributor
|
✅ All changelog entries have the correct PR link. |
andrewkroh
force-pushed
the
fix/stream-request-host-kolide
branch
from
August 4, 2026 15:31
de9f4eb to
ed139ea
Compare
…host
Replace {{ hostname }}:PORT absolute URLs with {{ .request.host }} and bump
mock images to stream v0.23.0 so pagination stays same-origin. Drop unused
PORT compose env vars (listen address is set via --addr).
Test-only changes; no package version or changelog updates.
Assisted-By: Cursor Grok 4.5
andrewkroh
force-pushed
the
fix/stream-request-host-kolide
branch
from
August 4, 2026 15:43
ed139ea to
1bc5f46
Compare
💚 Build Succeeded
|
andrewkroh
marked this pull request as ready for review
August 4, 2026 16:34
|
Pinging @elastic/integration-experience (Team:Integration-Experience) |
|
No issues across the latest commits 1bc5f46.
🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
|
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.
Proposed commit message
Replace stream
{{ hostname }}:PORTabsolute URLs in Kolide system-test mocks with{{ .request.host }}, bump mock images tostream:v0.23.0, and remove unusedPORTcompose env vars (listen address is set via--addr).httpjson/CEL reject pagination when the mock emits a container-ID origin instead of the
svc-*alias the agent uses. elastic/stream#206 and elastic/stream#207 expose the inbound request Host so mocks stay same-origin.Checklist
changelog.ymlfile.Author's Checklist
docker.elastic.co/observability/stream:v0.23.0is published before mergenextpagination mocksHow to test this PR locally
Related issues
Screenshots
N/A — system-test mock and compose changes only.