Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed internal error with invalid hmac-auth authorization header #2996

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

mvanholsteijn
Copy link
Contributor

Summary

When an invalid hmac-auth header is sent by the client, kong generates an internal server error when enforce_headers are configured. The code did not check whether any headers were actually parsed.

Issues resolved

Fix #2951

@Tieske Tieske merged commit 2e4adf6 into Kong:master Oct 30, 2017
@Tieske
Copy link
Member

Tieske commented Oct 30, 2017

thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hmac-auth plugin results in an internal server error if the Authorization header is not matching
2 participants