You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dist/service_types.yml
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2965,9 +2965,14 @@ kafka:
2965
2965
- value: "3.8"
2966
2966
- value: "3.9"
2967
2967
- 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
2968
2973
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)'
2971
2976
type: boolean
2972
2977
example: true
2973
2978
private_access:
@@ -3046,6 +3051,17 @@ kafka:
3046
3051
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
3047
3052
type: boolean
3048
3053
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
3049
3065
schema_registry:
3050
3066
title: Enable Schema-Registry service
3051
3067
type: boolean
@@ -3352,6 +3368,17 @@ kafka_connect:
3352
3368
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
3353
3369
type: boolean
3354
3370
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
3355
3382
secret_providers:
3356
3383
title: Kafka Connect secret providers
3357
3384
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