pomerium/config
Caleb Doxsey d5178f24a3
config: support multiple running services in addition to all-in-one mode (#5656)
## Summary
Currently you can either run a single service or all-in-one mode. This
PR adds support for running any 2 or 3 services together. For example
`services: authorize,proxy`.

I think I updated the conditions to make sense, but there's some risk
here as there may have been some assumptions in places I'm overlooking.

## Related issues
-
[ENG-2485](https://linear.app/pomerium/issue/ENG-2485/core-support-running-multiple-but-not-all-services)


## Checklist

- [x] reference any related issues
- [x] updated unit tests
- [x] add appropriate label (`enhancement`, `bug`, `breaking`,
`dependencies`, `ci`)
- [x] ready for review
2025-07-21 14:28:31 -06:00
..
envoyconfig config: support multiple running services in addition to all-in-one mode (#5656) 2025-07-21 14:28:31 -06:00
otelconfig Refactor trace config to match supported otel options (#5447) 2025-01-30 11:59:19 -05:00
testdata
autocert.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
autocert_test.go upgrade to go v1.24 (#5562) 2025-04-02 15:53:09 -06:00
bearer_token_format.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
circuit_breaker_thresholds.go config: add circuit breaker thresholds (#5650) 2025-06-16 09:38:39 -06:00
codec_type.go HTTP/3 Support (#5349) 2024-11-19 08:48:30 -07:00
codec_type_test.go
config.go config: minor cleanup in GenerateCatchAllCertificate (#5397) 2024-12-18 13:21:48 -08:00
config_source.go logging: standardize on hyphens in attribute names (#5577) 2025-04-22 10:57:19 -07:00
config_source_test.go chore(deps): bump the go group with 24 updates (#5638) 2025-06-17 09:36:50 -07:00
config_test.go upgrade to go v1.24 (#5562) 2025-04-02 15:53:09 -06:00
constants.go config: add circuit breaker thresholds (#5650) 2025-06-16 09:38:39 -06:00
custom.go mcp: add server.path convenience option (#5726) 2025-07-17 11:18:55 -04:00
custom_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
doc.go
from.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
from_test.go change Policy.Matches to accept a URL pointer (#5360) 2024-11-07 14:55:44 -05:00
helpers.go config: support multiple running services in addition to all-in-one mode (#5656) 2025-07-21 14:28:31 -06:00
helpers_test.go config: support multiple running services in addition to all-in-one mode (#5656) 2025-07-21 14:28:31 -06:00
http.go core/logging: change log.Error function (#5251) 2024-09-05 15:42:46 -06:00
http_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
identity.go databroker: update identity manager to use route credentials (#5728) 2025-07-15 18:04:36 -06:00
layered.go core/logging: change log.Error function (#5251) 2024-09-05 15:42:46 -06:00
layered_test.go chore(deps): bump the go group with 24 updates (#5638) 2025-06-17 09:36:50 -07:00
log.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
log_level.go config: validate log levels (#4367) 2023-07-17 16:41:48 -06:00
metrics.go cleanup logs (#5571) 2025-04-14 08:20:10 -06:00
metrics_test.go chore(deps): bump the go group with 24 updates (#5638) 2025-06-17 09:36:50 -07:00
mtls.go Core-Zero Import (#5288) 2024-10-09 18:51:56 -04:00
mtls_test.go add mTLS UserPrincipalName SAN match (#5177) 2024-07-26 10:23:19 -07:00
options.go config: support multiple running services in addition to all-in-one mode (#5656) 2025-07-21 14:28:31 -06:00
options_check.go Refactor trace config to match supported otel options (#5447) 2025-01-30 11:59:19 -05:00
options_test.go mcp: split mcp into server and client for better option grouping (#5666) 2025-06-24 10:21:32 -07:00
policy.go mcp: add server.path convenience option (#5726) 2025-07-17 11:18:55 -04:00
policy_ppl.go ppl: fix empty/no-op allow block added in some cases to converted PPL policies (#5289) 2024-09-16 18:52:54 -04:00
policy_ppl_test.go policy: support emails from directory user (#5504) 2025-02-27 13:39:28 -07:00
policy_test.go mcp: add server.path convenience option (#5726) 2025-07-17 11:18:55 -04:00
runtime_flags.go envoy: set concurrency to GOMAXPROCS (#5721) 2025-07-11 11:44:52 -06:00
session.go databroker: update identity manager to use route credentials (#5728) 2025-07-15 18:04:36 -06:00
session_test.go databroker: update identity manager to use route credentials (#5728) 2025-07-15 18:04:36 -06:00
validate.go config: migrate deprecated cluster DNS settings (#5690) 2025-07-03 09:21:26 -07:00