I am looking for a way how to define a secret once in the Container Apps Environment, so that all apps that run inside it can reference it, without having to define it in each app individually. Specifically I am looking for ways to define docker container registry passwords only once in the CAE.
Thank you