traefik-plugins / traefik-jwt-plugin

Traefik plugin which checks JWT tokens for required fields. Supports Open Policy Agent (OPA) and signature validation with JWKS
Apache License 2.0
98 stars 34 forks source link

Add configurable header opts for JWKS request #56

Closed camronkhan closed 11 months ago

camronkhan commented 11 months ago

The purpose of the PR is to add configurable headers to the JWKS request. For example, we are using a 3rd party service, which requires Basic Auth credentials to be passed in the Authorization header to fetch the JWKS payload (see this example).

eshepelyuk commented 11 months ago

plz, rebase and squash into single commit.

camronkhan commented 11 months ago

@eshepelyuk Done. Sorry about that!

eshepelyuk commented 11 months ago

Thanks, available in https://github.com/team-carepay/traefik-jwt-plugin/releases/tag/v0.6.0