vaulttec/sonar-auth-oidc

Proxy usage

Closed this issue · 2 comments

Scenario:

  • SonarQube configured with proxy to access update site
  • internal Keycloak (not behind the proxy)
  • http.nonProxy is set in sonar.properties
  • Request is still routed through the proxy and thus fails

Solution:

  • Either honor nonProxy property (if used at all) or add another configuration parameter to configure whether the proxy should be used.

Cheers,

Stephan

http.nonProxy is set in sonar.properties

It seems your're looking for the property http.nonProxyHosts :-)

An example can be found here.

Argh... This comes from doing two many things at once... You are right, of course.