kevinw66 commented on a change in pull request #6314:
URL: https://github.com/apache/apisix/pull/6314#discussion_r806540816
##########
File path: apisix/plugins/hmac-auth.lua
##########
@@ -244,7 +244,13 @@ local function generate_signature(ctx, secret_key, params)
-- whether to encode the uri parameters
if type(param) == "table" then
+ local vals = {}
for _, val in pairs(param) do
+ core.table.insert(vals, val)
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]