Skip to content

Commit 16536d3

Browse files
chore(updater): bump pkg/dist/*.yml (2025-11-24) (#422)
Co-authored-by: GitHub <[email protected]>
1 parent 03c18fe commit 16536d3

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

pkg/dist/service_types.yml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,9 +2965,14 @@ kafka:
29652965
- value: "3.8"
29662966
- value: "3.9"
29672967
- value: "4.0"
2968+
letsencrypt_sasl:
2969+
title: Use Let's Encrypt CA for Kafka SASL
2970+
description: 'Use a Let''s Encrypt certificate authority (CA) for Kafka SASL authentication. (Default: False)'
2971+
type: boolean
2972+
example: true
29682973
letsencrypt_sasl_privatelink:
2969-
title: Use Letsencrypt CA for Kafka SASL via Privatelink
2970-
description: Use Letsencrypt CA for Kafka SASL via Privatelink
2974+
title: Use Let's Encrypt CA for Kafka SASL via Privatelink
2975+
description: 'Use a Let''s Encrypt certificate authority (CA) for Kafka SASL authentication via Privatelink. (Default: False)'
29712976
type: boolean
29722977
example: true
29732978
private_access:
@@ -3046,6 +3051,17 @@ kafka:
30463051
title: Allow clients to connect to schema_registry from the public internet for service nodes that are in a project VPC or another type of private network
30473052
type: boolean
30483053
example: true
3054+
sasl_oauthbearer_allowed_urls:
3055+
title: Allowed URLs for SASL OAUTHBEARER
3056+
description: List of allowed URLs for SASL OAUTHBEARER authentication. Only HTTPS URLs are allowed for security reasons.
3057+
type: array
3058+
items:
3059+
type: string
3060+
max_length: 2048
3061+
example:
3062+
- https://auth.example.com
3063+
- https://auth2.example.com
3064+
user_error: Only HTTPS URLs are allowed for SASL OAUTHBEARER authentication
30493065
schema_registry:
30503066
title: Enable Schema-Registry service
30513067
type: boolean
@@ -3352,6 +3368,17 @@ kafka_connect:
33523368
title: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network
33533369
type: boolean
33543370
example: true
3371+
sasl_oauthbearer_allowed_urls:
3372+
title: Allowed URLs for SASL OAUTHBEARER
3373+
description: List of allowed URLs for SASL OAUTHBEARER authentication. Only HTTPS URLs are allowed for security reasons.
3374+
type: array
3375+
items:
3376+
type: string
3377+
max_length: 2048
3378+
example:
3379+
- https://auth.example.com
3380+
- https://auth2.example.com
3381+
user_error: Only HTTPS URLs are allowed for SASL OAUTHBEARER authentication
33553382
secret_providers:
33563383
title: Kafka Connect secret providers
33573384
description: 'Configure external secret providers in order to reference external secrets in connector configuration. Currently Hashicorp Vault (provider: vault, auth_method: token) and AWS Secrets Manager (provider: aws, auth_method: credentials) are supported. Secrets can be referenced in connector config with ${<provider_name>:<secret_path>:<key_name>}'

0 commit comments

Comments
 (0)