mibexsoftware / sonar-bitbucket-plugin

SonarQube plug-in to create pull request comments for found issues in Bitbucket Cloud
Other
123 stars 72 forks source link

Static Outbound IP Address #83

Open timmmmmeh opened 6 years ago

timmmmmeh commented 6 years ago

This is related to Bitbucket Cloud 503 Service Unavailable

Expected Behavior

When I load the Bitbucket repository's overview page the Sonar tab should show up.

Actual Behavior

I get the a 503 error (same as linked ticket) when loading the tab. We have to have our code secured. Because this plugin doesn't work with an authenticated Sonar we have to have our Sonar instance behind a firewall with IP whitelisting. We have the Bitbucket and Bitbucket Pipelines IPs whitelisted and that part works fine. But this plugin gives us the 503 error because the request comes from the Heroku EU datacenter. We can't whitelist the whole AWS region so is it possible to add a static IP in front of your service (e.g. Fixie or QuotaGuard)? Or, supporting Sonar Authentication would be amazing.

Plug-in version, SonarQube version, CI system, build type

Bitbucket, SonarQube 6.7.1, Sonar for Bitbucket Cloud (installed via the Bitbucket Integrations page).

andreboscatto commented 6 years ago

Same issue here :(

Do you have any updates on this?