Whitelist /system/probes/start like /system/probes/health - #1341
Open
moalfamaria wants to merge 5 commits into
Open
Whitelist /system/probes/start like /system/probes/health#1341moalfamaria wants to merge 5 commits into
moalfamaria wants to merge 5 commits into
Conversation
moalfamaria
force-pushed
the
SKYOPS-152446-whitelist-probes-start
branch
from
August 5, 2026 11:13
d1b998b to
32c3b5c
Compare
Mirrors Granite/dispatcher-k8s-base#644: the runtime dispatcher_vhost.conf now also bypasses Basic Auth / dispatcher filters on /system/probes/start (K8s startup probe), the same way it already does for /system/probes/health. This keeps the illustrative copy shipped in the dispatcher.cloud archetype variant in sync. (dispatcher.ams has no /system/probes/* blocks, so it's unaffected.) JIRA: https://jira.corp.adobe.com/browse/SKYOPS-152446
moalfamaria
force-pushed
the
SKYOPS-152446-whitelist-probes-start
branch
from
August 5, 2026 11:20
32c3b5c to
c54736f
Compare
buuhuu
self-requested a review
August 7, 2026 11:24
buuhuu
approved these changes
Aug 7, 2026
added 2 commits
August 28, 2026 14:45
…d standardized whitespace formatting in dispatcher_vhost.conf
cisbiceanu
force-pushed
the
SKYOPS-152446-whitelist-probes-start
branch
from
August 28, 2026 13:34
9727b8a to
bfb8942
Compare
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
Mirrors Granite/dispatcher-k8s-base#644: the runtime
dispatcher_vhost.confnow also bypasses Basic Auth / dispatcher filters on/system/probes/start(the Kubernetes startup probe), the same way it already does for/system/probes/health. This keeps the illustrative copy shipped in thedispatcher.cloudarchetype variant (src/main/archetype/dispatcher.cloud/src/conf.d/dispatcher_vhost.conf) in sync with the actual runtime file.dispatcher.amshas no/system/probes/*blocks, so it's unaffected and not changed here.Changes
<Location "/system/probes/start">block mirroring the existing/system/probes/healthblock, in both the "managed rewrite maps not-configured" and "configured + ready" branches.JIRA: https://jira.corp.adobe.com/browse/SKYOPS-152446