After upgrading from SonarQube 8.9.9 to 9.9.2 we randomly see kerberos authention issue

Hi Jonas,

In fact, after answering, I poked around a little more. We don’t actually expect there to be a code fix for this. The Jira ticket I pointed you to isn’t updated because we’re waiting for final confirmation, but it looks like settings will probably handle this. Try setting fixed connection pool and indefinite lifetime for the connections when using Kerberos and SQL Server:

sonar.jdbc.minIdle=25
sonar.jdbc.maxActive=25
sonar.jdbc.maxLifetime=0
sonar.jdbc.maxWait=30000

And since this isn’t finalized yet, we’d love to have feedback, either way.

 
Thx,
Ann

1 Like