Activity for Tobias Leyland

  • Tobias Leyland Tobias Leyland posted a comment on discussion Help

    My use case is to create an out-of-the-box as2 setup that can run on any server and connect to the one my Company runs. Most config and partnership values are hard-set to our server. The dynamic variables would be for different partner names on the different servers and the partnerships that they would require. I created a workaround of sorts by modifying the entrypoint script to modify the partnerships.xml and add the dynamic variables when the container is initially run. This workaround satisfies...

  • Tobias Leyland Tobias Leyland posted a comment on discussion Help

    Hi all, I'm trying to set some environment variables within partnerships.xml. These variable are being passed in to the container via docker-compose and I've verified that they are within the container itself by running echo $PARTNER_NAME within a shell and getting the correct value to stdout. I've read the OpenAS2HowTo.pdf and noted that env vars can be set in config.xml using properties. In my config.xml I've added this into <properties>: partner_name="$ENV{PARTNER_NAME}" partner_as2_id="$ENV{PARTNER_AS2_ID}"...

1