Service Mode
Summary
Service Mode sets which service(s) to run. If testing, you may want to set to all
and run Pomerium in all-in-one mode. In production, you'll likely want to spin up several instances of each service mode for high availability.
How to configure
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Default |
---|---|---|---|
services | SERVICES | string | all |
Options
all
authenticate
authorize
proxy
databroker
Examples
services: authorize
SERVICES=databroker
services
is a bootstrap configuration setting and is not configurable in the Console.
Service Mode is not customizable in Kubernetes