Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
boindil opened this issue Jul 22, 2022 · 5 comments
Assignees
Labels

Comments

@boindil
Copy link

boindil commented Jul 22, 2022

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=
@fmulero fmulero transferred this issue from bitnami/containers Jul 22, 2022
@carrodher
Copy link
Member

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.

@fmulero fmulero transferred this issue from another repository Jul 28, 2022
@bitnami-bot bitnami-bot added the triage Triage is needed label Jul 28, 2022
@fmulero fmulero added sonarqube and removed triage Triage is needed labels Jul 28, 2022
@fmulero fmulero changed the title [Sonarqube] Add ability to configure proxy settings for sonar.properties [bitnami/sonarqube] Add ability to configure proxy settings for sonar.properties Jul 28, 2022
@github-actions
Copy link

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 github-actions bot added the stale 15 days without activity label Aug 13, 2022
@github-actions
Copy link

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.

@Natgho
Copy link

Natgho commented Dec 21, 2023

Hi, is this solved? how?

@carrodher
Copy link
Member

It was automatically closed due to lack of activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants