Skip to content

Releases: rht-labs/sonar-auth-openshift

Makes an image available on quay.io

15 Dec 23:02
715f733
Compare
Choose a tag to compare

When a release is created an sonarqube image containing the plugin will be added to the quay.io registry.

Usage:

docker pull quay.io/rht-labs/labs-sonarqube

Ability to use custom route name

25 Oct 02:15
e3d04ff
Compare
Choose a tag to compare
  • Removes hard coded route name o
  • Updates the base image to 7.9.1 in the example
  • Fixes an issue in the example that caused the build to fail

Fix User Access

07 Oct 19:29
43eeb2d
Compare
Choose a tag to compare

Changes the method for determining user access by using OpenShift groups instead of subject access review. Subject access review required access to OpenShift resources that Sonarqube users do not require.

See what groups an OpenShift user belongs to

oc get groups

or verbosely

oc whoami --loglevel=9

Initial Release

18 Sep 22:34
aff25e1
Compare
Choose a tag to compare

The initial release of the sonar openshift auth plugin.

  • Note: This release is not production grade