Discussion:
Creating Amazon SQS Queue with Server-Side Encryption
Adan Nunez
2018-11-07 17:16:40 UTC
Permalink
Amazon SQS Queues can be created with Server-Side Encryption. The two attributes that exists to set that up are KmsMasterKeyId and KmsDataKeyReusePeriodSeconds. The AWS SDK for Java provides the ability to set those attributes. However, Camel’s SQSEndpoint does not seem to support setting those attributes. Nor does that support seem to be in the backlog.

Is there a way to set up SSL for SQS Queues with Camel that I am missing?
If not, are there plans to support that soon?
If not, and if I have the time, could this be something I could attempt to contribute to your codebase?

Thanks!
Andrea Cosentino
2018-11-07 17:43:47 UTC
Permalink
I have to check but I need to verify.. I don't think it's supported. Contributions are welcome! If you need guidance just ask :-)

Inviato da Yahoo Mail su Android

Il mer, 7 nov, 2018 alle 18:35, Adan Nunez<***@revel-health.com> ha scritto: Amazon SQS Queues can be created with Server-Side Encryption. The two attributes that exists to set that up are KmsMasterKeyId and KmsDataKeyReusePeriodSeconds. The AWS SDK for Java provides the ability to set those attributes. However, Camel’s SQSEndpoint does not seem to support setting those attributes. Nor does that support seem to be in the backlog.

Is there a way to set up SSL for SQS Queues with Camel that I am missing?
If not, are there plans to support that soon?
If not, and if I have the time, could this be something I could attempt to contribute to your codebase?

Thanks!
Andrea Cosentino
2018-11-08 10:29:20 UTC
Permalink
I created this issue if you want to contribute:

https://issues.apache.org/jira/browse/CAMEL-12919

More info about contributing here:

https://github.com/apache/camel/blob/master/CONTRIBUTING.md
--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Chair
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ***@yahoo.com
Twitter: @oscerd2
Github: oscerd






On Wednesday, November 7, 2018, 6:43:58 PM GMT+1, Andrea Cosentino <***@yahoo.com.INVALID> wrote:





I have to check but I need to verify.. I don't think it's supported. Contributions are welcome! If you need guidance just ask :-)

Inviato da Yahoo Mail su Android


  Il mer, 7 nov, 2018 alle 18:35, Adan Nunez<***@revel-health.com> ha scritto:  Amazon SQS Queues can be created with Server-Side Encryption. The two attributes that exists to set that up are KmsMasterKeyId and KmsDataKeyReusePeriodSeconds. The AWS SDK for Java provides the ability to set those attributes. However, Camel’s SQSEndpoint does not seem to support setting those attributes. Nor does that support seem to be in the backlog.

Is there a way to set up SSL for SQS Queues with Camel that I am missing?
If not, are there plans to support that soon?
If not, and if I have the time, could this be something I could attempt to contribute to your codebase?

Thanks!
 

Loading...