Open bdecoste opened 1 year ago
Let me work on this @bdecoste Please assign
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Gloo Edge Version
1.14.x (latest stable)
Kubernetes Version
None
Describe the bug
If I send "authorization: bearer TOKEN", then I get a Jwt is missing error. You need to send "Authorization: Bearer TOKEN" for the header to be processed.
This is against the http spec
Steps to reproduce the bug
Configure JWT e.g.
Expected Behavior
Headers are case agnostic per the http spec
Additional Context
Workaround: