diff options
author | Valery Piashchynski <[email protected]> | 2022-10-28 21:12:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-10-28 21:12:21 +0200 |
commit | 8461d5b1a163905574d4b71b7af0c1798d8e73bf (patch) | |
tree | e03d49a3fced48e2af5d375370f77a46889b3bc1 /schemas | |
parent | 97bb23a41061bed9651c4f13de08ea8225b8408b (diff) |
fix: remove `grpc_reflection_server` from the config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/config/2.0.schema.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 15428c84..354be309 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -1764,11 +1764,6 @@ "type": "string" } }, - "enable_reflection_server": { - "type": "boolean", - "description": "[SINCE 2.11]. The reflection server might be activated to use `grpc_cli`, `grpc-ui`, `grpc-curl`, or similar tools to intercept grpc payloads", - "default": false - }, "tls": { "description": "GRPC TLS configuration", "type": "object", |