Expand my Community achievements bar.

SOLVED

AWS KMS Client

Avatar

Level 3

I need to configure AWS KMS client  downloaded from AWS to run in AEM to access the AWS KMS Key Store.  How do I configure this.and how can the AWS KMS Client from AEM call the AWS KMS KeyStore?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@RamaniBa 

You have to use AWS SDK dependency in your Core bundle to interact AWS KMS with AEM

You can use AEM sling servlets/ Services/ Sling models based on your requirements to interact KMS with AEM

https://myaemlearnings.blogspot.com/2021/08/embedding-third-party-dependencyosgi.html

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@RamaniBa 

You have to use AWS SDK dependency in your Core bundle to interact AWS KMS with AEM

You can use AEM sling servlets/ Services/ Sling models based on your requirements to interact KMS with AEM

https://myaemlearnings.blogspot.com/2021/08/embedding-third-party-dependencyosgi.html