How do I configure secret environment variable for OSGI config in AEM as a Cloud Service?
For example, I have a secret value that I do not want to expose on code repo how to make it possible?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @baw_gov
By default AEM comes with Encryption Support for Configuration Properties. This feature is supported in all versions of AEM.
This feature allows all OSGi configuration properties to be stored in a protected encrypted form instead of clear text. The form intheWeb Console UI is used to create encrypted text from clear text using the system wide encryption master key.
Please refer the below article to know how to enable encryption support.
Hope this helps!
Thanks!
Hi @baw_gov
By default AEM comes with Encryption Support for Configuration Properties. This feature is supported in all versions of AEM.
This feature allows all OSGi configuration properties to be stored in a protected encrypted form instead of clear text. The form intheWeb Console UI is used to create encrypted text from clear text using the system wide encryption master key.
Please refer the below article to know how to enable encryption support.
Hope this helps!
Thanks!
Check the documentation on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/deploying/conf... it describes when and how to use secrets.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies