jwt verification skipped #6760
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
kind/question
Categorizes an issue as a user question.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
I have an AWS NLB with SSL offloading which sends that traffic to port 8080. The request flows through fine, but the JWT verification is not working. I would expect a 401, but get a 200 returned from the backend service.
I deployed contour onto EKS with the helm chart - v19.3.1
I would expect it to ask for a token with this request:
This is my
HTTPProxy
.The text was updated successfully, but these errors were encountered: