From: Daniel Wagner Date: Thu, 18 Jan 2024 13:40:40 +0000 (+0100) Subject: json-schema: add keyring and tls_key details X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=53e3a65e4fe733ac4c3cfde4ea081b8d9dabbaf6;p=users%2Fsagi%2Flibnvme.git json-schema: add keyring and tls_key details Update the JSON schema with the keyring and tls_key details. Fixes: 7d1a68f13155 ("json-schema: add keyring and tls_key details") Signed-off-by: Daniel Wagner --- diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in index 4bbc4cbf..a63c62b5 100644 --- a/doc/config-schema.json.in +++ b/doc/config-schema.json.in @@ -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",