From 0dbd3c5478ee0190b611ecc579ff799eb19c34d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:45:06 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-02-02) (#113) --- pkg/dist/integration_endpoint_types.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pkg/dist/integration_endpoint_types.yml b/pkg/dist/integration_endpoint_types.yml index bb9f83b..fa558b1 100644 --- a/pkg/dist/integration_endpoint_types.yml +++ b/pkg/dist/integration_endpoint_types.yml @@ -360,7 +360,6 @@ external_postgresql: - host - port - username - - password properties: host: title: Hostname or IP address of the server @@ -378,6 +377,24 @@ external_postgresql: minimum: 1 maximum: 65535 example: "5432" + ssl_client_certificate: + title: Client certificate + type: string + default: "" + max_length: 16384 + example: | + -----BEGIN CERTIFICATE----- + ... + -----END CERTIFICATE----- + ssl_client_key: + title: Client key + type: string + default: "" + max_length: 16384 + example: |- + -----BEGIN PRIVATE KEY----- + ... + -----END PRIVATE KEY----- ssl_mode: title: SSL Mode type: string