From ca4b7f7bbe14d83152ed579863d2185f716ce77e Mon Sep 17 00:00:00 2001 From: jzl Date: Sat, 16 Nov 2024 10:39:03 +0800 Subject: [PATCH] Update and rename fix-jwt-plugin-rsa-public-key-b64decoded to fix-jwt-plugin-rsa-public-key-b64decoded.yml --- ...-b64decoded => fix-jwt-plugin-rsa-public-key-b64decoded.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename changelog/unreleased/kong/{fix-jwt-plugin-rsa-public-key-b64decoded => fix-jwt-plugin-rsa-public-key-b64decoded.yml} (88%) diff --git a/changelog/unreleased/kong/fix-jwt-plugin-rsa-public-key-b64decoded b/changelog/unreleased/kong/fix-jwt-plugin-rsa-public-key-b64decoded.yml similarity index 88% rename from changelog/unreleased/kong/fix-jwt-plugin-rsa-public-key-b64decoded rename to changelog/unreleased/kong/fix-jwt-plugin-rsa-public-key-b64decoded.yml index a04358e6d7f3..942013e07330 100644 --- a/changelog/unreleased/kong/fix-jwt-plugin-rsa-public-key-b64decoded +++ b/changelog/unreleased/kong/fix-jwt-plugin-rsa-public-key-b64decoded.yml @@ -1,3 +1,3 @@ -message: "**jwt**: make sure rsa_public_key will never get base64 decode." +message: "**jwt**: make sure rsa_public_key will never get base64 decoded." type: bugfix scope: Plugin