Which OSGi configuration values can be used in an AEM as a Cloud Service Implementation?
In AEM as a Cloud Service, the OSGi configuration values that can be used include Inline, secret, and environment-specific. These configurations provide flexibility and security for managing environment-specific settings and sensitive information.
Inline Configurations: Inline configurations are directly embedded within the code and are typically used for straightforward configurations.
Secret Configurations: Secret configurations are used to securely store sensitive information, such as passwords and API keys. These configurations are managed separately to ensure security.
Environment-Specific Configurations: Environment-specific configurations allow you to tailor settings for different environments (e.g., development, staging, production) without changing the underlying codebase.
Example of using these configurations:
Inline Configuration:
{
'service.url': 'https://api.example.com'
}
Secret Configuration: Managed through Adobe IMS and not directly embedded in the code.
Environment-Specific Configuration:
{
'runmode': 'dev',
'service.timeout': '30'
}
Alline
15 days agoGarry
2 days agoDona
4 days agoCasie
20 days agoTula
7 days agoRochell
28 days agoKirk
1 months agoRosann
9 days agoArlene
1 months agoMarcelle
2 months agoEarleen
1 months agoJoanne
1 months agoZona
1 months agoNichelle
2 months agoAvery
2 months ago