open-consul/agent/grpc
Dan Upton 57f0f42733
Support per-listener TLS configuration ⚙️ (#12504)
Introduces the capability to configure TLS differently for Consul's
listeners/ports (i.e. HTTPS, gRPC, and the internal multiplexed RPC
port) which is useful in scenarios where you may want the HTTPS or
gRPC interfaces to present a certificate signed by a well-known/public
CA, rather than the certificate used for internal communication which
must have a SAN in the form `server.<dc>.consul`.
2022-03-18 10:46:58 +00:00
..
internal/testservice deps: upgrade gogo-protobuf to v1.3.2 (#10813) 2021-08-12 14:05:46 -04:00
resolver areas: make the gRPC server tracker network area aware (#11748) 2021-12-06 09:55:54 -06:00
client.go grpc: ensure that streaming gRPC requests work over mesh gateway based wan federation (#10838) 2021-08-24 16:28:44 -05:00
client_test.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
handler.go Restored comment. 2021-10-16 18:05:32 +01:00
handler_test.go Merge remote-tracking branch 'origin/main' into serve-panic-recovery 2021-12-07 16:30:41 -05:00
server_test.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
stats.go fix 64-bit aligment for 32-bit platforms 2021-06-29 16:10:21 -04:00
stats_test.go grpc, xds: recovery middleware to return and log error in case of panic 2021-08-22 19:06:26 +01:00