File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - source :
2626 alias : cluster-a
2727 bootstrapServers : cluster-a-kafka-bootstrap:9093
28- trustedCertificates :
29- - secretName : cluster-a-cluster-ca-cert
30- pattern : " *.crt"
28+ tls :
29+ trustedCertificates :
30+ - secretName : cluster-a-cluster-ca-cert
31+ pattern : " *.crt"
3132 sourceConnector :
3233 tasksMax : 1
3334 config :
Original file line number Diff line number Diff line change @@ -252,9 +252,10 @@ spec:
252252 - source :
253253 alias : cluster-a
254254 bootstrapServers : cluster-a-kafka-bootstrap:9093
255- trustedCertificates :
256- - secretName : cluster-a-cluster-ca-cert
257- pattern : " *.crt"
255+ tls :
256+ trustedCertificates :
257+ - secretName : cluster-a-cluster-ca-cert
258+ pattern : " *.crt"
258259 authentication :
259260 type : scram-sha-512
260261 username : cluster-a-user
Original file line number Diff line number Diff line change @@ -243,9 +243,10 @@ spec:
243243 - source :
244244 alias : cluster-a
245245 bootstrapServers : cluster-a-kafka-bootstrap:9093
246- trustedCertificates :
247- - secretName : cluster-a-cluster-ca-cert
248- pattern : " *.crt"
246+ tls :
247+ trustedCertificates :
248+ - secretName : cluster-a-cluster-ca-cert
249+ pattern : " *.crt"
249250 authentication :
250251 type : tls
251252 certificateAndKey :
You can’t perform that action at this time.
0 commit comments