Skip to content

Commit 53e3a65

Browse files
dwsuseigaw
authored andcommitted
json-schema: add keyring and tls_key details
Update the JSON schema with the keyring and tls_key details. Fixes: 7d1a68f ("json-schema: add keyring and tls_key details") Signed-off-by: Daniel Wagner <[email protected]>
1 parent fdeec39 commit 53e3a65

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/config-schema.json.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@
156156
"type": "boolean",
157157
"default": false
158158
},
159+
"keyring": {
160+
"description": "Keyring for TLS key lookup",
161+
"type": "integer"
162+
},
163+
"tls_key": {
164+
"description": "TLS key for the connection",
165+
"type": "integer"
166+
},
159167
"tls": {
160168
"description": "Enable TLS encryption",
161169
"type": "boolean",

0 commit comments

Comments
 (0)