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
Describe the bug
Github uses https://camo.githubusercontent.com/ to proxy any user images on their side and this cannot be disabled. It means every image should be available for GitHub proxy server, which is impossible with the way of serving static images #80 for private hosted Sonarqube server behind a strict firewall.
To Reproduce
Steps to reproduce the behavior:
Setup CE Branch plugin on a private Sonarqube server
Use GitHub as a provider
Run Sonarqube branch check
See error
Expected behavior
Static images are available in GitHub PR checks for private and public accessible Sonarqube servers
Screenshots
If applicable, add screenshots to help explain your problem.
Software Versions
SonarQube Version: Version 7.9.2 (build 30863)
Plugin Version: 1.3.0
Additional context
Please return back function of com.github.mc1arke.sonarqube.plugin.branch.image-url-base and make it optional or provide other way to solve this issue.
The text was updated successfully, but these errors were encountered:
Some ALMs (such as Github) proxy images in Pull Request decoration and therefore need direct access to the images. If the Sonarqube server isn't internet facing, the ALM will not be able to retrieve the images, and they therefore wont be visible on the Pull Request. This change restores the property for allowing Sonarqube administrators to define the URL for retrieving images, with the images defaulting to loading from the Sonarqube if the property is not set/overridden.
Describe the bug
Github uses
https://camo.githubusercontent.com/
to proxy any user images on their side and this cannot be disabled. It means every image should be available for GitHub proxy server, which is impossible with the way of serving static images #80 for private hosted Sonarqube server behind a strict firewall.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Static images are available in GitHub PR checks for private and public accessible Sonarqube servers
Screenshots
If applicable, add screenshots to help explain your problem.
Software Versions
Additional context
Please return back function of
com.github.mc1arke.sonarqube.plugin.branch.image-url-base
and make it optional or provide other way to solve this issue.The text was updated successfully, but these errors were encountered: