bitnami-containers/bitnami/sonarqube/9/debian-11/rootfs
P Stark caee267a0d
Fix parsing of SONARQUBE_EXTRA_PROPERTIES and SONARQUBE_SMTP_* variables (#31116)
* Fix parsing of SONARQUBE_EXTRA_PROPERTIES.

The existing code is not able to deal with values that include equal
signs. To configure SAML via the extra properties mechanism, a
certificate is required, which can include equal signs as part of the
base64 padding.

Signed-off-by: Philip Stark <git@codechaos.ch>

* Fix parsing of SMTP parameters when inserting into database

The SONARQUBE_SMTP_PASSWORD or SONARQUBE_SMTP_USER could contain equal
signs, which would then lead to an insertion of an incorrect key.

Signed-off-by: Philip Stark <git@codechaos.ch>

---------

Signed-off-by: Philip Stark <git@codechaos.ch>
2023-04-21 16:44:43 +02:00
..
opt/bitnami/scripts Fix parsing of SONARQUBE_EXTRA_PROPERTIES and SONARQUBE_SMTP_* variables (#31116) 2023-04-21 16:44:43 +02:00
post-init.d
post-init.sh