Commit a140a2e
committed
fix(infra): correct sparql-proxy and valkey healthchecks
- sparql-proxy: add a public /healthz route to the Caddyfile and point the
Docker healthcheck at it. The SPARQL surface (/ , /query, /update, /store)
is auth-gated, so the old healthcheck on `/` got 401 and reported the
healthy proxy as unhealthy. /healthz exposes no data — just liveness.
- valkey: require SORTINGHAT_REDIS_PASSWORD (matching SortingHat's auth) and
pass it in the healthcheck — without it the worker's AUTH was rejected, it
crash-looped, and Mordred's identities/enrichment phase stalled.1 parent 3ed50db commit a140a2e
3 files changed
Lines changed: 20 additions & 2 deletions
File tree
- infra
- open-pulse-stack
- services/sparql-proxy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
24 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
345 | 347 | | |
346 | 348 | | |
347 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments