Releases: rht-labs/sonar-auth-openshift
Releases · rht-labs/sonar-auth-openshift
Makes an image available on quay.io
Ability to use custom route name
- 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
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
The initial release of the sonar openshift auth plugin.
- Note: This release is not production grade