Hello,
We started setting up the service definer servers in containers.
We want to use a Key Vault to store the passwords, and the CICD pipeline will send the required passwords to the container as Linux environment variables.
Therefore, we want to replace some properties of the server config.xml with the value of the Linux environment variables when the container is started.
One option is to create a bash script to replace the properties with the environment variables before the server starts, but do you know an easier way to use those environment variables in the server configuration?
Many thanks,
Albert