From: Martin George Date: Wed, 1 Nov 2023 11:27:04 +0000 (+0530) Subject: json-schema: add keyring and tls_key details X-Git-Tag: v1.7~37 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7d1a68f131558042b6812cf84f94e26752b2dfb0;p=users%2Fsagi%2Flibnvme.git json-schema: add keyring and tls_key details Update the JSON schema with the keyring and tls_key details. Signed-off-by: Martin George --- 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",