wttech / SecureAEM

39 stars 20 forks source link

"globalConfig" should be replaced by OSGi configuration #24

Open henrykuijpers opened 6 years ago

henrykuijpers commented 6 years ago

Currently, the "globalConfig"-node is used to store configuration regarding the usernames/passwords and urls of the AEM instances.

This should be replaced by OSGi configuration, as this is the common way of configuring services in AEM. It also allows easy environment-specific configurations, while the "globalConfig"-way does not.

bartoszWesolowski commented 5 years ago

This will be introduced in: https://github.com/Cognifide/SecureCQ/pull/33