You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference issue: #1036
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=
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
Note: The variables HTTP_PROXY,HTTPS_PROXY and NO_PROXY are optionals for your case.
javsalgar
changed the title
Add ability to configure proxy settings for sonar.properties
[bitnami/sonarqube] Add ability to configure proxy settings for sonar.properties
Jan 15, 2024
Thank you so much for the feature request. I will forward this to the engineering team, but as this is not a critical feature we cannot guarantee an ETA. However, if you want to speed up the process, would you like to submit a PR?
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.
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.
Name and Version
bitnami/sonarqube:latest
What is the problem this feature will solve?
Reference issue: #1036
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:
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: