Skip to content

Commit

Permalink
include missing sslTruststorePassword (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgembfigueira authored Jan 3, 2025
1 parent f2f30b6 commit 4664181
Showing 1 changed file with 8 additions and 0 deletions.
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 4664181

Please sign in to comment.