mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
config: remove unused gRPC setting (#5308)
Remove the grpc_client_dns_roundrobin option as it appears to be unused
since commit bbec2cae9f
.
This commit is contained in:
parent
105743be37
commit
01d375f0bc
4 changed files with 303 additions and 320 deletions
|
@ -200,7 +200,7 @@ message Settings {
|
|||
optional string grpc_address = 46;
|
||||
optional bool grpc_insecure = 47;
|
||||
optional google.protobuf.Duration grpc_client_timeout = 99;
|
||||
optional bool grpc_client_dns_roundrobin = 100;
|
||||
reserved 100; // grpc_client_dns_roundrobin
|
||||
// optional string forward_auth_url = 50;
|
||||
repeated string databroker_service_urls = 52;
|
||||
optional string databroker_internal_service_url = 84;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue