Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-05-15) (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored May 15, 2023
1 parent f32b3ab commit 7629fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/dist/integration_endpoint_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7629fce

Please sign in to comment.