]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
json-schema: add keyring and tls_key details
authorDaniel Wagner <dwagner@suse.de>
Thu, 18 Jan 2024 13:40:40 +0000 (14:40 +0100)
committerDaniel Wagner <wagi@monom.org>
Thu, 18 Jan 2024 14:34:50 +0000 (15:34 +0100)
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 <dwagner@suse.de>
doc/config-schema.json.in

index 4bbc4cbf4f39a4abda83283b4a029d9c89750295..a63c62b5eb086931607d88a50f2a51a1f6376eed 100644 (file)
                    "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",