[jira] [Updated] (CAMEL-18291) SSLContextParameters parsePropertyValue support for certAlias property

2022-07-22 Thread Robin Vishwakarma (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robin Vishwakarma updated CAMEL-18291:
--
Summary: SSLContextParameters parsePropertyValue support for certAlias 
property  (was: SecureRandomParameters parsePropertyValue support for certAlias 
property)

> SSLContextParameters parsePropertyValue support for certAlias property
> --
>
> Key: CAMEL-18291
> URL: https://issues.apache.org/jira/browse/CAMEL-18291
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-core
>Reporter: Robin Vishwakarma
>Priority: Minor
>  Labels: sslContextParameters
>
> SSLContextParameters does have the provision to provide certAlias in case 
> there are multiple certificate-key pair aliases present inside keystore but 
> it doesn't have support for parsing the value for certAlias. 
> It would be nice to add support of parsePropertyValue for certAlias property 
> so that it can be externalized based on the configuration. 
> Example - We have 2 environments, System Integration Testing(SIT) and User 
> Acceptance Testing(UAT). We store certificate-key pair of both the 
> environments in keystore JKS file and we want to select certificate-key pair 
> for SSLContext via certAlias but here we have to provide the exact name of 
> alias - 
> {code:java}
> 
> 
>  password="{{keystore.password}}"/>
> 
> 
>  password="{{truststore.password}}"/>
> 
> {code}
> Since certAlias doesn't have support for parsePropertyValue like other 
> properties keyPassword, password, etc. We can't use property place holders 
> for passing certAlias name.
> {code:java}
> 
>  certAlias="{{env.alias}}">
> 
>  password="{{keystore.password}}"/>
> 
> 
>  password="{{truststore.password}}"/>
> 
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CAMEL-18287) Camel-AWS Eventbridge: Support operation putEvents to send custom event to Eventbridge

2022-07-22 Thread Andrea Cosentino (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino resolved CAMEL-18287.
--
Resolution: Fixed

> Camel-AWS Eventbridge: Support operation putEvents to send custom event to 
> Eventbridge
> --
>
> Key: CAMEL-18287
> URL: https://issues.apache.org/jira/browse/CAMEL-18287
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-aws2
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 3.19.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CAMEL-18291) SecureRandomParameters parsePropertyValue support for certAlias property

2022-07-22 Thread Robin Vishwakarma (Jira)
Robin Vishwakarma created CAMEL-18291:
-

 Summary: SecureRandomParameters parsePropertyValue support for 
certAlias property
 Key: CAMEL-18291
 URL: https://issues.apache.org/jira/browse/CAMEL-18291
 Project: Camel
  Issue Type: New Feature
  Components: camel-core
Reporter: Robin Vishwakarma


SSLContextParameters does have the provision to provide certAlias in case there 
are multiple certificate-key pair aliases present inside keystore but it 
doesn't have support for parsing the value for certAlias. 

It would be nice to add support of parsePropertyValue for certAlias property so 
that it can be externalized based on the configuration. 

Example - We have 2 environments, System Integration Testing(SIT) and User 
Acceptance Testing(UAT). We store certificate-key pair of both the environments 
in keystore JKS file and we want to select certificate-key pair for SSLContext 
via certAlias but here we have to provide the exact name of alias - 
{code:java}







{code}
Since certAlias doesn't have support for parsePropertyValue like other 
properties keyPassword, password, etc. We can't use property place holders for 
passing certAlias name.
{code:java}








 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CAMEL-18283) Upgrade Camel JBang to 3.18.0 by default

2022-07-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/CAMEL-18283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aurélien Pupier resolved CAMEL-18283.
-
Resolution: Fixed

> Upgrade Camel JBang to 3.18.0 by default
> 
>
> Key: CAMEL-18283
> URL: https://issues.apache.org/jira/browse/CAMEL-18283
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-jbang
>Affects Versions: 3.18.0
>Reporter: Aurélien Pupier
>Assignee: Aurélien Pupier
>Priority: Major
> Fix For: 3.19.0
>
>
> it is the latest LTS.
> Currently, it is using Camel 3.16.0.
> [https://github.com/apache/camel/blob/main/jbang-catalog.json]
> see also 
> https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Camel.20version.20used.20by.20JBang



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18283) Upgrade Camel JBang to 3.18.0 by default

2022-07-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/CAMEL-18283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aurélien Pupier updated CAMEL-18283:

Fix Version/s: 3.19.0

> Upgrade Camel JBang to 3.18.0 by default
> 
>
> Key: CAMEL-18283
> URL: https://issues.apache.org/jira/browse/CAMEL-18283
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-jbang
>Affects Versions: 3.18.0
>Reporter: Aurélien Pupier
>Assignee: Aurélien Pupier
>Priority: Major
> Fix For: 3.19.0
>
>
> it is the latest LTS.
> Currently, it is using Camel 3.16.0.
> [https://github.com/apache/camel/blob/main/jbang-catalog.json]
> see also 
> https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Camel.20version.20used.20by.20JBang



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work started] (CAMEL-18290) Deploy CSB examples on openshift cluster using odo.

2022-07-22 Thread Vaishnavi R (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on CAMEL-18290 started by Vaishnavi R.
---
> Deploy CSB examples on openshift cluster using odo.
> ---
>
> Key: CAMEL-18290
> URL: https://issues.apache.org/jira/browse/CAMEL-18290
> Project: Camel
>  Issue Type: Task
>  Components: camel-spring-boot, examples
>Reporter: Vaishnavi R
>Assignee: Vaishnavi R
>Priority: Major
> Fix For: 3.18.1
>
>
> To deploy the examples on openshift using odo and devfile.yaml.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-18290) Deploy CSB examples on openshift cluster using odo.

2022-07-22 Thread Vaishnavi R (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-18290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569864#comment-17569864
 ] 

Vaishnavi R commented on CAMEL-18290:
-

Added devfile.yaml and instructions to deploy some of the examples on 
openshift, PR - https://github.com/apache/camel-spring-boot-examples/pull/74

> Deploy CSB examples on openshift cluster using odo.
> ---
>
> Key: CAMEL-18290
> URL: https://issues.apache.org/jira/browse/CAMEL-18290
> Project: Camel
>  Issue Type: Task
>  Components: camel-spring-boot, examples
>Reporter: Vaishnavi R
>Assignee: Vaishnavi R
>Priority: Major
> Fix For: 3.18.1
>
>
> To deploy the examples on openshift using odo and devfile.yaml.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CAMEL-18290) Deploy CSB examples on openshift cluster using odo.

2022-07-22 Thread Vaishnavi R (Jira)
Vaishnavi R created CAMEL-18290:
---

 Summary: Deploy CSB examples on openshift cluster using odo.
 Key: CAMEL-18290
 URL: https://issues.apache.org/jira/browse/CAMEL-18290
 Project: Camel
  Issue Type: Task
  Components: camel-spring-boot, examples
Reporter: Vaishnavi R
Assignee: Vaishnavi R
 Fix For: 3.18.1


To deploy the examples on openshift using odo and devfile.yaml.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)