-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
Title: Add User-Agent to jwks http requests
Description:
Requests to get the jwks url fail because the requests lack a user-agent header. This is a requirement from the IDP. I'm currently using Envoy Gateway in EKS.
The below request fails, I'd like to add a user-agent to get that working.
[2024-08-21 22:46:23.522][1][debug][router] [source/common/router/router.cc:750] [Tags: "ConnectionId":"0","StreamId":"17207847609171885090"] router decoding headers:
':path', '/path/oauth/jwks'
':authority', 'auth.url.dev'
':method', 'GET'
':scheme', 'http'
'x-envoy-internal', 'true'
'x-forwarded-for', '10.100.4.34'
'x-envoy-expected-rq-timeout-ms', '10000'