From: Hannes Reinecke Date: Thu, 18 Nov 2021 16:01:20 +0000 (+0100) Subject: Add authentication keys to JSON schema X-Git-Tag: v1.0-rc0~38^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d71c2903fee4921a232d064f02d33c283b65d0c3;p=users%2Fsagi%2Flibnvme.git Add authentication keys to JSON schema Add the authentication key definitions to the JSON schema. Signed-off-by: Hannes Reinecke --- diff --git a/doc/config-schema.json b/doc/config-schema.json index ed0fa508..2eda3af7 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -74,6 +74,14 @@ "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"