I'm using the Documentum Administrator (DA) image with Docker Compose and am following the setup instructions. It states that the dfc.properties details should be passed in as an environment variable within the YML file. This includes the dfc.globalregistry.password (which is unencrypted).
However the password needs to be encrypted for it to work. The only way I can achieve this is by manually encrypting the password using the DFC.jar and then copying the password into the dfc.properties.
Isn't there a way for the image to run this encryption upon build and then set the password in the dfc.properties accordingly?
This is frustrating if you're trying to create an automated docker-compose script for a Documentum system.