From d71c2903fee4921a232d064f02d33c283b65d0c3 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 18 Nov 2021 17:01:20 +0100 Subject: [PATCH] Add authentication keys to JSON schema Add the authentication key definitions to the JSON schema. Signed-off-by: Hannes Reinecke --- doc/config-schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- 2.50.1