From e8d34935f40be73176f16b4b63e0c67472d197c5 Mon Sep 17 00:00:00 2001 From: Jakub Balhar Date: Fri, 29 Nov 2024 13:29:21 +0100 Subject: [PATCH] Support multiple certificate validation URLs (#4028) Signed-off-by: Jakub Balhar --- docs/troubleshoot/troubleshoot-apiml-error-codes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/troubleshoot/troubleshoot-apiml-error-codes.md b/docs/troubleshoot/troubleshoot-apiml-error-codes.md index 7e2a282a76..47abe404ee 100644 --- a/docs/troubleshoot/troubleshoot-apiml-error-codes.md +++ b/docs/troubleshoot/troubleshoot-apiml-error-codes.md @@ -551,7 +551,7 @@ The following error message codes may appear on logs or API responses. Use the f **Action:** - Ensure that the parameter apiml.security.x509.certificatesUrl is correctly configured with the complete URL to the central Gateway certificates endpoint. Test the URL manually. + Ensure that the parameter apiml.security.x509.certificatesUrls is correctly configured with the complete URL to the central Gateway certificates endpoint. Test the URL manually. ### ZWEAT502E @@ -559,11 +559,11 @@ The following error message codes may appear on logs or API responses. Use the f **Reason:** - The parameter apiml.security.x509.certificatesUrl is not correctly configured with the complete URL to the central Gateway certificates endpoint. + The parameter apiml.security.x509.certificatesUrls is not correctly configured with the complete URL to the central Gateway certificates endpoint. **Action:** - Ensure that the parameter apiml.security.x509.certificatesUrl is correctly configured. + Ensure that the parameter apiml.security.x509.certificatesUrls is correctly configured. ### ZWEAT503E @@ -587,7 +587,7 @@ The following error message codes may appear on logs or API responses. Use the f **Action:** - Check that the URL configured in apiml.security.x509.certificatesUrl responds with valid DER-encoded certificates in the Base64 printable form. + Check that the URL configured in apiml.security.x509.certificatesUrls responds with valid DER-encoded certificates in the Base64 printable form. ### ZWEAT505E @@ -599,7 +599,7 @@ The following error message codes may appear on logs or API responses. Use the f **Action:** - Check that the URL configured in apiml.security.x509.certificatesUrl points to the central Gateway and it responds with valid DER-encoded certificates in the Base64 printable form. + Check that the URL configured in apiml.security.x509.certificatesUrls points to the central Gateway and it responds with valid DER-encoded certificates in the Base64 printable form. ### ZWEAT601E