From 75c854ecd474b727d3de783ba6e6ee839dfb78e0 Mon Sep 17 00:00:00 2001 From: Yufu Zhao Date: Thu, 23 Jan 2025 10:47:56 +0800 Subject: [PATCH] docs(*): add changelog entry --- changelog/unreleased/kong/fix-error-handle-certificate.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/unreleased/kong/fix-error-handle-certificate.yml diff --git a/changelog/unreleased/kong/fix-error-handle-certificate.yml b/changelog/unreleased/kong/fix-error-handle-certificate.yml new file mode 100644 index 00000000000..d6f73e00262 --- /dev/null +++ b/changelog/unreleased/kong/fix-error-handle-certificate.yml @@ -0,0 +1,3 @@ +message: "Fixed an issue where the error was not thrown when parsing the certificate from vault." +type: bugfix +scope: Core