]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
Add authentication keys to JSON schema
authorHannes Reinecke <hare@suse.de>
Thu, 18 Nov 2021 16:01:20 +0000 (17:01 +0100)
committerHannes Reinecke <hare@suse.de>
Thu, 18 Nov 2021 16:01:20 +0000 (17:01 +0100)
Add the authentication key definitions to the JSON schema.

Signed-off-by: Hannes Reinecke <hare@suse.de>
doc/config-schema.json

index ed0fa5082e485f4c9a0ea585b084b25b30e6bb64..2eda3af7abb3a2a973ee5035f9cfe96b2cb31ace 100644 (file)
                    "description": "Transport service identifier",
                    "type": "string"
                },
+               "dhchap_key": {
+                   "description": "Host DH-HMAC-CHAP key",
+                   "type": "string"
+               },
+               "dhchap_ctrl_key": {
+                   "description": "Controller DH-HMAC-CHAP key",
+                   "type": "string"
+               },
                "nr_io_queues": {
                    "description": "Number of I/O queues",
                    "type": "integer"