From 7d1a68f131558042b6812cf84f94e26752b2dfb0 Mon Sep 17 00:00:00 2001 From: Martin George Date: Wed, 1 Nov 2023 16:57:04 +0530 Subject: [PATCH] json-schema: add keyring and tls_key details Update the JSON schema with the keyring and tls_key details. Signed-off-by: Martin George --- doc/config-schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/config-schema.json b/doc/config-schema.json index 4bbc4cbf..a63c62b5 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -156,6 +156,14 @@ "type": "boolean", "default": false }, + "keyring": { + "description": "Keyring for TLS key lookup", + "type": "integer" + }, + "tls_key": { + "description": "TLS key for the connection", + "type": "integer" + }, "tls": { "description": "Enable TLS encryption", "type": "boolean", -- 2.50.1