]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
json-schema: add keyring and tls_key details
authorMartin George <marting@netapp.com>
Wed, 1 Nov 2023 11:27:04 +0000 (16:57 +0530)
committerDaniel Wagner <wagi@monom.org>
Thu, 2 Nov 2023 13:42:55 +0000 (14:42 +0100)
Update the JSON schema with the keyring and tls_key details.

Signed-off-by: Martin George <marting@netapp.com>
doc/config-schema.json

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",