Sonarqube pods getting crashed

Environment: Deploying sonarqube in AKS cluster.

We are deploying sonarqube in AKS cluster, where we need to use microsoft entra authentication with sonarqube.
While generating token for authentication, it is valid for specific time period, After that pods are getting crashed in the cluster.

Do we have a solution here to provide passwordless authentication with microsoft entraID, for authenticating with sonarqube ?

Hey there.

SonarQube doesn’t support passwordless authentication in this context. It doesn’t include the required packages

On the topic of token expiration… ideally you would refresh the token, but the documentation doesn’t seem great for that right now…

Sorry I can’t be more help.

Is there any roadmap to support MS Entra auth with Sonarqube CE ?

To be clear, SonarQube generally supports authenticating to Microsoft SQL Servers in ways that are supported by the JDBC Driver. For example:

Use ActiveDirectoryPassword (version 6.0+) to connect to SQL using a Microsoft Entra principal name and password.

However, passwordless is not supported at this time, and not on the roadmap right now.