I see in the docs at
http://cassandra-reaper.io/docs/configuration/reaper_specific/ that there is a jmxAddressTranslator option. This is required to run Reaper against one of my clusters due to non-reachability from where Reaper is running to the JMX addresses reported by the cluster, but I do not see any documentation anywhere relating to how to configure this other than what is presumably in cassandra-reaper.yaml.
Is there a way to pass config for this option through environment variables? Since I am running Reaper under Docker and would like to ideally keep the config as simple as possible.
Thanks