This commit is contained in:
2024-05-24 12:01:33 +02:00
parent eea3d43fff
commit 6cce779365
3 changed files with 19 additions and 9 deletions

View File

@@ -28,15 +28,14 @@ resource "kubectl_manifest" "cm_files" {
sonar.telemetry.enable=false
sonar.updatecenter.activate=false
sonar.auth.saml.enabled=true
sonar.auth.saml.applicationId=
sonar.auth.saml.providerName=
sonar.auth.saml.providerId=
sonar.auth.saml.loginUrl=
sonar.auth.saml.certificate.secured=
sonar.auth.saml.user.login=
sonar.auth.saml.user.name=
sonar.auth.saml.user.email=
sonar.auth.saml.group.name=
sonar.auth.saml.applicationId=${module.saml.app_id}
sonar.auth.saml.providerName=vynil
sonar.auth.saml.providerId=${module.saml.issuer}
sonar.auth.saml.loginUrl=${module.saml.url_sso_init}
sonar.auth.saml.certificate.secured=${module.saml.certificate_data}
sonar.auth.saml.user.login=windowsaccountname
sonar.auth.saml.user.name=name
sonar.auth.saml.user.email=emailaddress
prometheus-ce-config.yaml: |-
rules: