Skip to main content

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

Config file keysEnvironment variablesTypeDefault
servicesSERVICESstringall

Options

  • all
  • authenticate
  • authorize
  • proxy
  • databroker

Examples

services: authorize
SERVICES=databroker
Feedback