containers icon indicating copy to clipboard operation
containers copied to clipboard

[bitnami/sonarqube] Add ability to configure proxy settings for sonar.properties

Open boindil opened this issue 3 years ago • 1 comments

Name and Version

bitnami/sonarqube:9

What is the problem this feature will solve?

Currently one hast to mount the conf file and edit it manually. Since other options of this file can already be configured, this would make life easier.

What is the feature you are proposing to solve the problem?

Add environment variables and do replacements accordingly.

The sonar.properties currently includes the following proxy settings:

# HTTP proxy (default none)
#http.proxyHost=
#http.proxyPort=
# HTTPS proxy (defaults are values of http.proxyHost and http.proxyPort)
#https.proxyHost=
#https.proxyPort=

# NT domain name if NTLM proxy is used
#http.auth.ntlm.domain=

# SOCKS proxy (default none)
#socksProxyHost=
#socksProxyPort=

# Proxy authentication (used for HTTP, HTTPS and SOCKS proxies)
#http.proxyUser=
#http.proxyPassword=

# Proxy exceptions: list of hosts that can be accessed without going through the proxy
#                   separated by the '|' character, wildcard character '*' can be used for pattern matching
#                   used for HTTP and HTTPS (default none)
#                   (note: localhost and its literal notations (127.0.0.1, ...) are always excluded)
http.nonProxyHosts=

boindil avatar Jul 22 '22 10:07 boindil

Thanks for reporting this issue. Would you like to contribute by creating a PR to solve the issue? The Bitnami team will be happy to review it and provide feedback. Here you can find the contributing guidelines.

carrodher avatar Jul 23 '22 07:07 carrodher

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] avatar Aug 13 '22 01:08 github-actions[bot]

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

github-actions[bot] avatar Aug 19 '22 01:08 github-actions[bot]

Hi, is this solved? how?

Natgho avatar Dec 21 '23 17:12 Natgho

It was automatically closed due to lack of activity

carrodher avatar Jan 02 '24 17:01 carrodher