Add custom libraries to SonarQube

Hello,
I have deployed an instance of SonarQube Docker in a Kubernetes cluster (AKS on Azure) with a Azure SQL Database; it’s working fine with the usual username and password connection, but I’d like to migrate it to a passwordless connection using workload identity. The problem it’s that it requires additional libraries, but I didn’t find how to do it. I tried to copy the libraries to several folders, like /lib, /lib/extensions, /extensions/plugins but they are always ignored.
I didn’t find any useful documentation, so I really hope that someone can help me.
Thanks in advance

Hi,

Welcome to the community!

You should take a look at our supported authentication mechanisms, in particular, HTTP header auth, which I don’t believe will challenge the user for a password(?), and SAML.

 
HTH,
Ann