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'
}
Albina
10 months agoMartina
10 months agoKindra
10 months agoTeresita
10 months agoCassi
10 months agoShawnna
11 months agoOtis
11 months agoFlorencia
11 months agoLorrie
11 months agoMose
11 months agoCecilia
11 months agoLouis
11 months agoMose
11 months agoRebeca
11 months agoAlline
2 years agoNoel
2 years agoAlayna
2 years agoGarry
2 years agoDona
2 years agoCasie
2 years agoAyesha
2 years agoGlendora
2 years agoTula
2 years agoRochell
2 years agoKirk
2 years agoSolange
2 years agoAnnette
2 years agoRosann
2 years agoArlene
2 years agoMarcelle
2 years agoEarleen
2 years agoJoanne
2 years agoZona
2 years agoNichelle
2 years agoAvery
2 years ago