config: remove grpc server max connection age options (#2427)

* config: remove grpc server max connection age options

* remove docs
This commit is contained in:
Caleb Doxsey 2021-08-03 09:39:48 -06:00 committed by GitHub
parent 56bbc31517
commit 94eb3c1149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 214 additions and 306 deletions

View file

@ -5,6 +5,11 @@ description: >-
for Pomerium. Please read it carefully.
---
# Since 0.14.0
## Breaking
The unused `grpc_server_max_connection_age` and `grpc_server_max_connection_age_grace` options were removed.
# Since 0.13.0
## New