Implement P05 checked services and safe selected delivery recovery
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
187c49abe5
commit
aa709fb854
3 changed files with 11 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ func main() {
|
|||
}},
|
||||
readiness.Check{Name: "authelia", Probe: httpReachable(cfg.Authelia.TokenBaseURL, cfg.Authelia.BaseURL)},
|
||||
readiness.Check{Name: "privacyidea", Probe: httpReachable(cfg.PrivacyIDEA.BaseURL)},
|
||||
readiness.Check{Name: "factor_reader", Probe: privacyIDEAAdapter.Probe},
|
||||
))
|
||||
|
||||
// Liveness only: this says the process is up, and deliberately probes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue