Skip to content

Commit 7629fce

Browse files
chore(updater): bump pkg/dist/*.yml (2023-05-15) (#22)
Co-authored-by: GitHub <[email protected]>
1 parent f32b3ab commit 7629fce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pkg/dist/integration_endpoint_types.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,13 @@ external_kafka:
219219
max_length: 256
220220
example: 10.0.0.1:9092,10.0.0.2:9092
221221
sasl_mechanism:
222-
title: The list of SASL mechanisms enabled in the Kafka server.
222+
title: SASL mechanism used for connections to the Kafka server.
223223
type:
224224
- string
225225
enum:
226226
- value: PLAIN
227+
- value: SCRAM-SHA-256
228+
- value: SCRAM-SHA-512
227229
example: PLAIN
228230
sasl_plain_password:
229231
title: Password for SASL PLAIN mechanism in the Kafka server.

pkg/dist/service_types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cassandra:
4343
- "null"
4444
enum:
4545
- value: "4"
46+
- value: "3"
4647
ip_filter:
4748
title: IP filter
4849
description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
@@ -2092,6 +2093,8 @@ kafka:
20922093
deprecation_notice: This value is deprecated.
20932094
value: "3.2"
20942095
- value: "3.3"
2096+
- value: "3.1"
2097+
- value: "3.4"
20952098
private_access:
20962099
title: Allow access to selected service ports from private networks
20972100
type: object

0 commit comments

Comments
 (0)