IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Verify Directory Integrator containers yaml files

    Posted Tue May 13, 2025 09:04 AM

    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
    ------------------------------


  • 2.  RE: Verify Directory Integrator containers yaml files

    Posted Wed May 14, 2025 10:04 AM

    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
    ------------------------------