From 54edb06e135949b8bf22ba1768cb360b963282ea Mon Sep 17 00:00:00 2001 From: Xiaochen Wang Date: Sun, 24 Sep 2023 10:34:04 +0800 Subject: [PATCH] chore(plugins/hmac-auth): add public_key into removed_fields --- kong/clustering/compat/removed_fields.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kong/clustering/compat/removed_fields.lua b/kong/clustering/compat/removed_fields.lua index 81022d0e26a6..05a8be4e70f2 100644 --- a/kong/clustering/compat/removed_fields.lua +++ b/kong/clustering/compat/removed_fields.lua @@ -101,5 +101,11 @@ return { cors = { "private_network", } + }, + + [3005000000] = { + hmac_auth = { + "public_key", + } } }