From e3a0e56873f26546ffee81042b65dd197c34a9fe Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 24 Jun 2024 03:02:16 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-06-24) --- pkg/dist/integration_endpoint_types.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pkg/dist/integration_endpoint_types.yml b/pkg/dist/integration_endpoint_types.yml index be54950..f7b16b5 100644 --- a/pkg/dist/integration_endpoint_types.yml +++ b/pkg/dist/integration_endpoint_types.yml @@ -430,12 +430,19 @@ external_postgresql: -----END PRIVATE KEY----- ssl_mode: title: SSL Mode + description: SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. type: string default: verify-full enum: - - value: disable - - value: allow - - value: prefer + - is_deprecated: true + deprecation_notice: This value is deprecated. + value: disable + - is_deprecated: true + deprecation_notice: This value is deprecated. + value: allow + - is_deprecated: true + deprecation_notice: This value is deprecated. + value: prefer - value: require - value: verify-ca - value: verify-full