Sidecar running with in-memory cache
Sidecar running with an external (Redis) cache
3.0.0
, the TLS connection method has been deprecated in favor of non-TLS. Please ensure you are running a compatible Sidecar image version 2.494.0
or later. For backwards compatibility details, check the changelog. TLS self-signed certificates will expire on January 26, 2026, so upgrading the Sidecar image is strongly recommended.error
, warn
, info
, debug
.GET /livez
Returns 200
if the service is alive.
Healthy response:
GET /readyz
Returns 200
if the service is ready.
Healthy response:
GET /metrics
endpoint that returns service metrics in Prometheus format.
This endpoint includes both system-level and Sidecar-specific metrics. These metrics are helpful for monitoring the health and performance of your Sidecar service.
REDIS_*
environment variables:
ENTITLEMENTS_FALLBACK
environment variable. It expects a value in a JSON object in a string format.
For example, the following global fallback configuration JSON structure:
JSON.stringify
and then set as value of ENTITLEMENTS_FALLBACK
when running the container: