Skip to main content

Module liveness

Module liveness 

Source
Expand description

Confluence LivenessProbe stub per ADR-021 §6.

Confluence Server / Data Center exposes GET /rest/api/user/current (Cloud uses /wiki/rest/api/user/current); routing the response through the typed liveness shape requires distinguishing Server vs Cloud auth modes. The stub uses the trait’s default test impl (returns LivenessStatus::NotImplemented) so doctor shows a clear “not implemented” line until a real probe lands.