Service Mode
Summary
Service Mode sets which service or services to run. It accepts a comma-separated list. 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
allauthenticateauthorizeproxydatabrokercache(accepted as an alias fordatabroker)
Examples
services: authenticate,proxy
SERVICES=authenticate,proxy
services is a bootstrap configuration setting and is not configurable in the Console.
Service Mode is not customizable in Kubernetes