AEMaaCS | Unable to read cloud environment and secret variables from AEM cloud in AEM OSGI config
Hi,
cc @kautuk_sahni
I am unable to read the environment and secret variables from AEM cloud in my OSGI config (ui.config/src/main/content/jcr_root/apps/proj/osgiconfig/config.author.dev/com.proj.service.impl.ServiceImpl.config.cfg.json)
{ "apiUrl": "$[env:EFIX_BACKEND_URL;default=https://some.value.foo/bar]", "secretKey": "$[secret:EFIX_BACKEND_USER]", "secretVal": "$[secret:EFIX_BACKEND_PASSWORD]", "timeout:Integer":1000 }
We have the environment and secret variables from AEM cloud author as below:

Am i missing something?