mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-16 16:26:16 +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. |
||
---|---|---|
.. | ||
audit | ||
cli | ||
config | ||
crypt | ||
databroker | ||
device | ||
events | ||
identity | ||
registry | ||
session | ||
testdata | ||
user | ||
client.go | ||
client_test.go | ||
docs.go | ||
health.go | ||
protoc.bash |