Skip to content

Commit

Permalink
json-schema.in: add keyring and tls_key details
Browse files Browse the repository at this point in the history
Update the JSON schema with the keyring and tls_key details.

Fixes: 7d1a68f ("json-schema: add keyring and tls_keydetails")
Signed-off-by: Daniel Wagner <dwagner@suse.de>
  • Loading branch information
igaw committed Jan 18, 2024
1 parent 5d13185 commit a49bd60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/config-schema.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@
"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 a49bd60

Please sign in to comment.