Following this official documentation, I should be able to set some secret environment variables in CM and access them at runtime by adding them in the pom.xml file (docker compose profile) under the existing ones.
Simulating this on local host by exporting these variables and then building and runn...
I will try to be more explicit, so I am not able to read the configured Cloud Manager environment variable when doing the docker-compose up in the Custom UI testing step. I have tried different places to access them:
- in the pom.xml file of the ui.tests (ui-tests-docker-execution profile - docker ...
I’m trying to make some configurable docker keys from Cloud Manager Environment.
How can I pass environment configurations (secrets) from Cloud Manager to Docker file?