We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PROXY_BLACKLIST
/blacklist
GET
/blacklist?foo=bar
Both request get 401.
The second request does not get 401.
I believe the cause is in this function
jwt-auth-proxy/src/routes.go
Lines 154 to 228 in 6d8bff8
The text was updated successfully, but these errors were encountered:
test: to reproduce virtualzone#3
b94461d
fix: virtualzone#3
7de85e0
d8060ab
(cherry picked from commit 7de85e0)
No branches or pull requests
To reproduce
PROXY_BLACKLIST
to/blacklist
GET
request to/blacklist
without any authorization headerGET
request with query params/blacklist?foo=bar
without any authorization headerExpected behavior
Both request get 401.
Actual behavior
The second request does not get 401.
Possible cause
I believe the cause is in this function
jwt-auth-proxy/src/routes.go
Lines 154 to 228 in 6d8bff8
The text was updated successfully, but these errors were encountered: