Skip to content

Commit d71c290

Browse files
committed
Add authentication keys to JSON schema
Add the authentication key definitions to the JSON schema. Signed-off-by: Hannes Reinecke <[email protected]>
1 parent c6d121a commit d71c290

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/config-schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
"description": "Transport service identifier",
7575
"type": "string"
7676
},
77+
"dhchap_key": {
78+
"description": "Host DH-HMAC-CHAP key",
79+
"type": "string"
80+
},
81+
"dhchap_ctrl_key": {
82+
"description": "Controller DH-HMAC-CHAP key",
83+
"type": "string"
84+
},
7785
"nr_io_queues": {
7886
"description": "Number of I/O queues",
7987
"type": "integer"

0 commit comments

Comments
 (0)