Philippe,
There isn't a dedicated cookbook available at the moment. However, the Deployment section could certainly benefit from examples based on the configurations we've created in our lab. I'll look into contributing those enhancements to the deployment section.
Are there specific properties you're aiming to set within the container? Regarding the advanced
object, the YAML definition provided will update the /home/isvdi/solution.properties
file inside the container by appending or modifying the specified key/value pair, depending on whether the property already exists.
advanced:
- attr: "string"
value: "string"
For example, I've used these when wanting to enable the Dashboard
advanced:
- attr: dashboard.on
value: "true"
- attr: dashboard.auth.remote
value: "properties"
- attr: api.rest.on
value: "true"
- attr: "{protect}-dashboard.auth.user.admin"
value: "eWiiXrsfztd!wTwMBw3"
------------------------------
Jason Williams
IAM Support Engineer
IBM
Tulsa
------------------------------
Original Message:
Sent: Tue May 13, 2025 08:58 AM
From: Philippe Hertzog
Subject: Verify Directory Integrator containers yaml files
Hello,
I try to migrate from an appliance version of TDI to a containerized version. I found a documentation that describes the format of the yaml configuration file but with only a few example : IBM Documentation
But were can I find a documentation that describes all the attributes that I can use in the config file. For example for the advanced section.
Is there a cookbook that can help setting up an environment?
Regards
------------------------------
Philippe Hertzog
------------------------------