mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
config: remove grpc server max connection age options (#2427)
* config: remove grpc server max connection age options * remove docs
This commit is contained in:
parent
56bbc31517
commit
94eb3c1149
7 changed files with 214 additions and 306 deletions
|
@ -170,8 +170,6 @@ message Settings {
|
|||
optional string tracing_zipkin_endpoint = 45;
|
||||
optional string grpc_address = 46;
|
||||
optional bool grpc_insecure = 47;
|
||||
google.protobuf.Duration grpc_server_max_connection_age = 48;
|
||||
google.protobuf.Duration grpc_server_max_connection_age_grace = 49;
|
||||
optional string forward_auth_url = 50;
|
||||
repeated string databroker_service_urls = 52;
|
||||
optional string client_ca = 53;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue