Pieter Versteijnen

Results 8 comments of Pieter Versteijnen

We are just trying to setup the connection between Ontrack and GitLab using the configuration section in Ontrack as administrator. Eventually we get a connection timeout. After viewing the log...

Basically when the proxy is configured in the Docker container or on the host the GitLab configuration should pick this up and use it when connecting to GitLab. Thank you...

Apperently the GitHub connector does this already?

``` # Ontrack container ontrack: image: nemerosa/ontrack:3 volumes: - /var/ontrack/site/data:/var/ontrack/data - /var/ontrack/site/conf:/var/ontrack/conf environment: PROFILE: prod JAVA_OPTIONS: '-Dhttp.proxyHost=http://proxy.blabla.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=http://proxy.blabla.com -Dhttps.proxyPort=31$ JAVA_OPTS: '-Djavax.net.ssl.trustStore' http_proxy: http://proxy.blabla.com:3128 https_proxy: http://proxy.blabla.com:3128 links: - "postgresql:postgresql" ports:...

So using the docker-compose file we include the proxy settings using JAVA_OPTIONS and also as environment settings

I would like the JVM settings as well so no additionl proxy settings are required. Maybe it is good to validate this for other extentions as well. We will see...

Thank you have a nice vacation!

We did not found the time to work on a solution. Did you already had time to look into this? @dcoraboeuf ?