hasura / hasura/graphql-engine
Support for passing header when fetching JWKS
Open
a/authn
a/authz
c/server
k/enhancement
p/medium
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
I have Hasura and my own OIDC identity provider running behind a proxy that terminates the HTTPS connection.
The OIDC provider only accepts HTTP requests from the reverse proxy and the backend services when the `X-Forwarded-Proto` header is set to `https`.
Hasura does not have any support to provide any optional header for the `jwk_url` field in the `HASURA_GRAPHQL_JWT_SECRET` environment variable.
Can we please have this support?
Contributor guide
Assessment
This issue has not been assessed yet.