Skip to main content

Authorize Internal Service URL

Summary

Authorize Internal Service URL is only required for split-service mode deployments where Pomerium can’t access the public Authorize Service URL.

If included, Authorize Internal Service URL will override Authorize Service URL.

How to configure

Config file keysEnvironment variablesTypeUsage
authorize_internal_service_urlAUTHORIZE_INTERNAL_SERVICE_URLURLrequired (Inferred in all-in-one mode to be localhost)

Examples

authorize_internal_service_url: https://pomerium-authorize-service.default.svc.cluster.local
AUTHORIZE_INTERNAL_SERVICE_URL=https://localhost:5443