pomerium/pkg/grpc
Kenneth Jenkins d45a5d1bee config: move mTLS settings to new struct
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.
2023-08-07 12:40:31 -07:00
..
audit config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
cli config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
config config: move mTLS settings to new struct 2023-08-07 12:40:31 -07:00
crypt config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
databroker config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
device config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
events config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
identity config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
registry config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
session config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
testdata grpc: rename internal/grpc to pkg/grpc (#1010) 2020-06-26 09:17:02 -06:00
user config: add customization options for logging (#4383) 2023-07-24 13:17:03 -06:00
client.go databroker: support rotating shared secret (#3502) 2022-07-26 10:59:54 -06:00
client_test.go grpc: send client traffic through envoy (#2469) 2021-08-16 16:12:22 -06:00
docs.go grpc: rename internal/grpc to pkg/grpc (#1010) 2020-06-26 09:17:02 -06:00
health.go authorize: grpc health check (#2200) 2021-05-13 15:00:10 -04:00
protoc.bash events: remove xds configuraton update (#3792) 2022-12-06 14:46:45 -05:00