fix(dev-sso): route mokosh-apps on nebula-secure via list-syntax labels #47
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/dev-sso-nebula-secure-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Match mokosh-server's dev-sso overlay: pin the router to the
nebula-secureTraefik entrypoint (the Nebula-published one, asDefault) so ${USER}-mokosh.a8n.run is reachable over the mesh, and switch the labels from map to list syntax. Compose v2.40 does not interpolate ${USER} inside map KEYS, so map form left a literal ${USER} in the router name; list form keeps each "key=value" as one string value so it interpolates.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
Match mokosh-server's dev-sso overlay: pin the router to the `nebula-secure` Traefik entrypoint (the Nebula-published one, asDefault) so ${USER}-mokosh.a8n.run is reachable over the mesh, and switch the labels from map to list syntax. Compose v2.40 does not interpolate ${USER} inside map KEYS, so map form left a literal ${USER} in the router name; list form keeps each "key=value" as one string value so it interpolates. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>