OsgiConfigurationOverrideProvider - Context Aware Configuration Override via OSGi configuration
I am working on a use case for overriding the content-aware configuration using OSGi configuration. It seems to be working perfectly fine on the development environment on the cloud. But the configuration does not override the value when it comes to the stage/production environment.
org.apache.sling.caconfig.impl.override.OsgiConfigurationOverrideProvider~pdf-viewer.cfg.json
"description": "Override provider for PDF Viewer Client ID",
"overrides": [
"[/content/brandx]com.adobe.cq.wcm.core.components.internal.services.pdfviewer.PdfViewerCaConfig/clientId=\"$[env:API_KEY;default=xxxxxffbbxx4b0xxxxb65f5axxxxxdfx]\""
],
"enabled": true
}
Am I missing anything here?
