boulder/grpc
Matthew McPherrin cb5384dcd7
Add --addr and/or --debug-addr flags to all commands (#7175)
Many services already have --addr and/or --debug-addr flags.

However, it wasn't universal, so this PR adds flags to commands where
they're not currently present.

This makes it easier to use a shared config file but listen on different
ports, for running multiple instances on a single host.

The config options are made optional as well, and removed from
config-next/.
2023-12-07 17:41:01 -08:00
..
creds Update gRPC TLS handshake (#5968) 2022-02-24 14:23:32 -08:00
internal Update google.golang.org/grpc to v1.59.0 (#7130) 2023-11-02 10:20:14 -04:00
noncebalancer Update google.golang.org/grpc to v1.59.0 (#7130) 2023-11-02 10:20:14 -04:00
test_proto Rename protobuf duration fields to <fieldname>NS and populate new duration fields (#7115) 2023-10-26 10:46:03 -04:00
client.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
client_test.go wfe2: don't pass through client-initiated cancellation (#6608) 2023-01-26 17:26:15 -08:00
errors.go Allow BoulderErrors to be interpreted as grpc.Statuses (#6654) 2023-02-16 14:17:09 -08:00
errors_test.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
generate.go Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
interceptors.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
interceptors_test.go Rename protobuf duration fields to <fieldname>NS and populate new duration fields (#7115) 2023-10-26 10:46:03 -04:00
pb-marshalling.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
pb-marshalling_test.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
protogen.sh Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
resolver.go Re-enable errcheck linter (#6819) 2023-04-14 15:41:12 -04:00
resolver_test.go grpc: Implement a static multiple IP address gRPC resolver (#6270) 2022-08-05 10:20:57 -07:00
server.go Add --addr and/or --debug-addr flags to all commands (#7175) 2023-12-07 17:41:01 -08:00
server_test.go grpc/sa: Implement deep health checks (#6928) 2023-06-12 13:58:53 -04:00