Skip to content

Commit

Permalink
Fix health check
Browse files Browse the repository at this point in the history
  • Loading branch information
frostieDE committed Feb 20, 2024
1 parent 6b10d0b commit de6b02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/HealthCheck/IdentityProviderCertificateCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function runCheck(): HealthCheckResult|array {
return new HealthCheckResult(
HealthCheckResultType::Error,
'health_check.error',
'health_check.idp_certificate.not_present'
'health_check.idp_certificate.empty'
);
}

Expand Down
4 changes: 2 additions & 2 deletions translations/messages.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ health_check:
error: Zertifikatfehler
fix: Fehler beheben
idp_certificate:
empty: Das Zertifikat des Identity Providers wurde nicht gefunden. Bitte ein Zertifikat erstellen.
expires_soon: Das Zertifikat des Identidy Providers läuft in naher Zukunft ab. Bitte erneuern.
empty: Das Zertifikat des Identity Providers wurde nicht gefunden oder ist nicht lesbar. Bitte ein Zertifikat erstellen oder Berechtigungen prüfen.
expires_soon: Das Zertifikat des Identity Providers läuft in naher Zukunft ab. Bitte erneuern.
expired: Das Zertifikat des Identity Providers ist abgelaufen. Bitte erneuern.
fine: Das Zertifikat des Identity Providers ist gültig. Keine Aktion erforderlich.
sp_certificate:
Expand Down

0 comments on commit de6b02a

Please sign in to comment.