summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-07-18 12:22:18 +0200
committerValery Piashchynski <[email protected]>2022-07-18 12:22:18 +0200
commitefefa108c8ab894f4ef9e91a1647df49e392a3c9 (patch)
treef4c664a79b15a80500e4d84742f4cb0653686c1f /schemas
parent0bdc25ef2c3bd7cd57aa5c475a0bbc6eb80be060 (diff)
update docs, CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/config/2.0.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index bb8ae976..fda79cc4 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -1425,6 +1425,11 @@
"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",