diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml index 0ab08a390..c94387313 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml @@ -133,6 +133,14 @@ 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 + - urn:keda:authentication:password sslEnabledProtocols: description: The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. title: SSL Enabled Protocols