summaryrefslogtreecommitdiff
path: root/schemas/config/2.0.schema.json
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-07-18 16:42:32 +0200
committerGitHub <[email protected]>2022-07-18 16:42:32 +0200
commit757b3b6d32a629b56df58948e708b21fb5bed24f (patch)
treeb9f91d1e2141c110c5246e99fc7602f662626a61 /schemas/config/2.0.schema.json
parent0bdc25ef2c3bd7cd57aa5c475a0bbc6eb80be060 (diff)
parentf6e44d68568f1027fd46096e4b4dabd6d471a479 (diff)
[#1216]: pre-release: `v2.11.0-beta.1`v2.11.0-beta.1
Diffstat (limited to 'schemas/config/2.0.schema.json')
-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",