How de we create interface between Adobe AEM and AWS KMS
I would like to make AEM interface with AWS KMS . How is this done? What are the steps
I would like to make AEM interface with AWS KMS . How is this done? What are the steps
Hi,
In short, you should use AWS SDKs/APIs to interact with AWS KMS from your AEM bundle. Within the bundle, you can create an OSGi service or a Sling Servlet (depending on your requirements) to expose KMS functionalities to AEM.
You can find more here about OSGi services: https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/osgi-services/basics
Here you can read about how to push your AWS SDK to your AEM instance: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/embedding-third-party-dependency-osgi-bundle-in-aem-application/m-p/420501
Here you can find more about AWS KMS SDK: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/java_kms_code_examples.html
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.