SonarQube Config - SAML properties

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube 9.7)
  • how is SonarQube deployed: Helm
  • what are you trying to achieve: Enable SAML
  • what have you tried so far to achieve this

SAML is setup. However trying to determine if there is any other option than hardcoding the private key in SonarQube config. We are using below two properties atm and hardcoding the values in the property.

sonar.auth.saml.certificate.secured
sonar.auth.saml.sp.privateKey.secured

Hey there.

Those properties need to be stored in SonarQube, in the database. Configuring them via a Helm chart won’t work.

Thanks Colin.