The /health endpoint only checks database connectivity. If the storage backend (S3, filesystem) is unavailable (expired credentials, disk full, permissions), the proxy still reports healthy.
Add a write/read/delete probe against the configured storage backend to the health check.
The
/healthendpoint only checks database connectivity. If the storage backend (S3, filesystem) is unavailable (expired credentials, disk full, permissions), the proxy still reports healthy.Add a write/read/delete probe against the configured storage backend to the health check.