Hi Team
I have installed Sonarqube 7.9.1 and configured PostgreSQL as database. When use following enteries
conf/sonar.properties:
sonar.security.realm=Crowd
sonar.security.savePassword=false
sonar.authenticator.createUsers=true
sonar.security.updateUserAttributes=true
sonar.authenticator.downcase=false
crowd.url=http://my_crowd_server:8095/crowd/
crowd.application=t3-sonar
crowd.password=sonar
sonar.security.localUsers=admin,sonar
Service is getting end up with : 143 error
Web.log says : - Caused by : Org.sonar.api.utlis.SoanarExecption: Realm ‘Crowd’ not found . Pls check the properties ‘sonar.secuirty.realm’ in conf/sonar.properties.
Do we need install: - sonar-crowd-plugin-2.1.3.jar this ? on Sonarqube UI : how to install it,
Thanks
Prasanna