Skip to content

Commit e0d272d

Browse files
authored
Merge pull request #121 from hreinecke/json-fix
Add authentication keys to JSON schema
2 parents c6d121a + d71c290 commit e0d272d

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)