Skip to content

Add User-Agent to jwks http requests #35785

@yerkulees

Description

@yerkulees

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'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions