QualInsight / qualinsight-plugins-sonarqube-badges

Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
GNU Lesser General Public License v3.0
110 stars 141 forks source link

SonarQube authentication is required to display badges #85

Open Kemyke opened 4 years ago

Kemyke commented 4 years ago

Badges are linked in the status page of the project Azure Devops dashboard. However badges are only displayed if the user is logged in to SonarQube.

Is there a way to use a token and add it as query parameter to do the authentication independently from the user who is watching the status page?

Luukgr commented 4 years ago

I like the plugin, but if authentication is needed, it makes the plugin unusable. Is it an idea, to set a path where the images are dropped? Then we can just run a web service?

carlspring commented 4 years ago

@Luukgr : You can complain to Sonarsource about this. They're trying really hard to kill off the ecosystem of OSS plugins.

dirien commented 4 years ago

Complaning at Sonarsource is not helping at all... they just don't care.

Anybod know any alternatives to sonarqube with similar functionality?

josecolella commented 4 years ago

I agree, currently all the badges in the project are broken. Has anyone found any solutions?