From 7629fce16c7d64fb964872ca059f70e86eb3960d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 06:36:03 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-05-15) (#22) Co-authored-by: GitHub --- pkg/dist/integration_endpoint_types.yml | 4 +++- pkg/dist/service_types.yml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/dist/integration_endpoint_types.yml b/pkg/dist/integration_endpoint_types.yml index a48b0d5..0ab1553 100644 --- a/pkg/dist/integration_endpoint_types.yml +++ b/pkg/dist/integration_endpoint_types.yml @@ -219,11 +219,13 @@ external_kafka: max_length: 256 example: 10.0.0.1:9092,10.0.0.2:9092 sasl_mechanism: - title: The list of SASL mechanisms enabled in the Kafka server. + title: SASL mechanism used for connections to the Kafka server. type: - string enum: - value: PLAIN + - value: SCRAM-SHA-256 + - value: SCRAM-SHA-512 example: PLAIN sasl_plain_password: title: Password for SASL PLAIN mechanism in the Kafka server. diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 0ba3a35..5bf2832 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -43,6 +43,7 @@ cassandra: - "null" enum: - value: "4" + - value: "3" ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' @@ -2092,6 +2093,8 @@ kafka: deprecation_notice: This value is deprecated. value: "3.2" - value: "3.3" + - value: "3.1" + - value: "3.4" private_access: title: Allow access to selected service ports from private networks type: object