Skip to content

Commit

Permalink
config-schema.json.in: tls keys and keyrings are strings
Browse files Browse the repository at this point in the history
TLS keys and keyrings are stored as strings, not as integers.

Signed-off-by: Hannes Reinecke <hare@suse.de>
  • Loading branch information
hreinecke committed Mar 6, 2024
1 parent 18f6e8a commit 94fd11f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/config-schema.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
"description": "Controller DH-HMAC-CHAP key",
"type": "string"
},
"keyring": {
"description": "Keyring for TLS key lookup",
"type": "string"
},
"tls_key": {
"description": "TLS key for the connection",
"type": "string"
},
"nr_io_queues": {
"description": "Number of I/O queues",
"type": "integer"
Expand Down Expand Up @@ -156,14 +164,6 @@
"type": "boolean",
"default": false
},
"keyring": {
"description": "Keyring for TLS key lookup",
"type": "integer"
},
"tls_key": {
"description": "TLS key for the connection",
"type": "integer"
},
"tls": {
"description": "Enable TLS encryption",
"type": "boolean",
Expand Down

0 comments on commit 94fd11f

Please sign in to comment.