CƼ9 Service Mode | Pomerium
Skip to main content

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​

Config file keysEnvironment variablesTypeDefault
servicesSERVICESstringall

Options​

  • all
  • authenticate
  • authorize
  • proxy
  • databroker
  • cache (accepted as an alias for databroker)

Examples​

services: authenticate,proxy
SERVICES=authenticate,proxy
ÿÿÿÿ