Skip to content

Commit

Permalink
added sslCipherSuite property so TLS can be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kolka-syntio authored and oscerd committed May 18, 2023
1 parent a4c5db8 commit dbfa19b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kamelets/jms-ibm-mq-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
sslCipherSuite:
title: "CipherSuite"
description: "CipherSuite to use for enabling TLS"
type: string
dependencies:
- "camel:jms"
- "camel:kamelet"
Expand All @@ -114,6 +118,8 @@ spec:
value: '{{password}}'
- key: XMSC_CLIENT_ID
value: '{{?clientId}}'
- key: XMSC_WMQ_SSL_CIPHER_SUITE
value: '{{?sslCipherSuite}}'
from:
uri: "kamelet:source"
steps:
Expand Down
6 changes: 6 additions & 0 deletions kamelets/jms-ibm-mq-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
sslCipherSuite:
title: "CipherSuite"
description: "CipherSuite to use for enabling TLS"
type: string
dependencies:
- "camel:jms"
- "camel:kamelet"
Expand All @@ -114,6 +118,8 @@ spec:
value: '{{password}}'
- key: XMSC_CLIENT_ID
value: '{{?clientId}}'
- key: XMSC_WMQ_SSL_CIPHER_SUITE
value: '{{?sslCipherSuite}}'
from:
uri: "jms:{{destinationType}}:{{destinationName}}"
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
sslCipherSuite:
title: "CipherSuite"
description: "CipherSuite to use for enabling TLS"
type: string
dependencies:
- "camel:jms"
- "camel:kamelet"
Expand All @@ -114,6 +118,8 @@ spec:
value: '{{password}}'
- key: XMSC_CLIENT_ID
value: '{{?clientId}}'
- key: XMSC_WMQ_SSL_CIPHER_SUITE
value: '{{?sslCipherSuite}}'
from:
uri: "kamelet:source"
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
sslCipherSuite:
title: "CipherSuite"
description: "CipherSuite to use for enabling TLS"
type: string
dependencies:
- "camel:jms"
- "camel:kamelet"
Expand All @@ -114,6 +118,8 @@ spec:
value: '{{password}}'
- key: XMSC_CLIENT_ID
value: '{{?clientId}}'
- key: XMSC_WMQ_SSL_CIPHER_SUITE
value: '{{?sslCipherSuite}}'
from:
uri: "jms:{{destinationType}}:{{destinationName}}"
parameters:
Expand Down

0 comments on commit dbfa19b

Please sign in to comment.