mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
Move downstream mTLS settings to a nested config file object, under the key 'downstream_mtls', and add a new DownstreamMTLSSettings struct for these settings. Deprecate the existing ClientCA and ClientCAFile fields in the Options struct, but continue to honor them for now (log a warning if either is populated). Delete the ClientCRL and ClientCRLFile fields entirely (in current releases these cannot be set without causing an Envoy error, so this should not be a breaking change). Update the Settings proto to mirror this nested structure. |
||
---|---|---|
.. | ||
cmd/pomerium | ||
contextutil | ||
cryptutil | ||
derivecert | ||
encoding/base58 | ||
envoy | ||
grpc | ||
grpcutil | ||
hpke | ||
logutil | ||
metrics | ||
netutil | ||
policy | ||
protoutil | ||
slices | ||
storage | ||
webauthnutil |