SonarQube 8 CROWD plugin compatibility

Developer Edition Version 8.1 (build 31237)
Crowd INTEGRATION 2.1.3
Atlassian Crowd Version: 3.4.5

According to:
https://docs.sonarqube.org/latest/instance-administration/plugin-version-matrix/
this plugin is compatible with my SQ version

My config:

sonar.security.realm=Crowd
crowd.url=https://domain.com/crowd/
crowd.application=sonar_server
crowd.password=sonar_passw
sonar.security.localUsers=admin
sonar.authenticator.downcase=true

But I suppose it is incompatible.
According to:


In the log has to be success or error notification from this class.

But command gives me 0 lines
cat /opt/sonarqube/logs/* | grep -i realm

This one gives 1 line:
cat /opt/sonarqube/logs/* | grep -i crowd
INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin Crowd / 2.1.3

As I undertood SQ sees the plugin but the fact that there is no CrowdRealm class object means that plugin is not able to start.

I am not really familiar with opensource stuff but is it possible to get any support (assuming it is reported as compatible)
Or should I fix it somehow by my own?

Hi,

Welcome to the community!

This integration is community-supported. Your best bet is to create an issue on the project.

 
Ann