Service Mode
Summary
Service Mode sets which service(s) to run. When set to all
(the default), Pomerium runs in all-in-one mode.
To instead run in split service mode, you will need to deploy multiple instances of Pomerium: at least one replica of each of the four services.
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