Hi all, We added some secret environment variables in AEM Cloud. And we configured them in our OSGI configurations like below.{
"api-key":"$[secret:SECRET_VAR_NAME]"
}My question is how can we get this secret value in a service? Do we need to treat this value "$[secret:SERVER_API_KEY]" as a place...