Files
stack/docker
jason.woltjeandClaude Opus 4.6 b6d272992a fix(devops): fix OpenBao healthcheck URL truncation with CMD-SHELL
The CMD exec form drops everything after & in the healthcheck URL,
causing uninitcode=200 and sealedcode=200 params to be lost. Without
them, OpenBao returns 501 when uninitialized, healthcheck fails, and
Swarm kills the container before the init sidecar can reach it.

Switch to CMD-SHELL with single-quoted URL to preserve query params.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-15 00:08:12 -06:00
..