Skip to content

Commit

Permalink
Kafka SSL Source Kamelet - include missing sslTruststorePassword
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Jan 9, 2025
1 parent 36a3100 commit c437ca3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kamelets/kafka-ssl-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ spec:
description: The location of the trust store file.
title: SSL Truststore Location
type: string
sslTruststorePassword:
description: The store password for the trust store file.
title: SSL Truststore Password
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
sslEnabledProtocols:
description: The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.
title: SSL Enabled Protocols
Expand Down Expand Up @@ -163,6 +170,7 @@ spec:
sslKeyPassword: '{{sslKeyPassword}}'
sslKeystorePassword: '{{sslKeystorePassword}}'
sslTruststoreLocation: '{{sslTruststoreLocation}}'
sslTruststorePassword: '{{sslTruststorePassword}}'
sslProtocol: '{{sslProtocol}}'
sslEnabledProtocols: '{{sslEnabledProtocols}}'
sslEndpointAlgorithm: '{{sslEndpointAlgorithm}}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ spec:
description: The location of the trust store file.
title: SSL Truststore Location
type: string
sslTruststorePassword:
description: The store password for the trust store file.
title: SSL Truststore Password
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
sslEnabledProtocols:
description: The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.
title: SSL Enabled Protocols
Expand Down Expand Up @@ -163,6 +170,7 @@ spec:
sslKeyPassword: '{{sslKeyPassword}}'
sslKeystorePassword: '{{sslKeystorePassword}}'
sslTruststoreLocation: '{{sslTruststoreLocation}}'
sslTruststorePassword: '{{sslTruststorePassword}}'
sslProtocol: '{{sslProtocol}}'
sslEnabledProtocols: '{{sslEnabledProtocols}}'
sslEndpointAlgorithm: '{{sslEndpointAlgorithm}}'
Expand Down

0 comments on commit c437ca3

Please sign in to comment.