Skip to content

Commit

Permalink
chore(plugins/hmac-auth): add public_key into removed_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Sep 25, 2023
1 parent ea5c7bd commit 54edb06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,11 @@ return {
cors = {
"private_network",
}
},

[3005000000] = {
hmac_auth = {
"public_key",
}
}
}

0 comments on commit 54edb06

Please sign in to comment.