Skip to content

implement localJWKS documented in JWT verification design#7502

Open
nissy-dev wants to merge 1 commit intoprojectcontour:mainfrom
nissy-dev:feature/httpproxy-jwt-local-jwks-secret
Open

implement localJWKS documented in JWT verification design#7502
nissy-dev wants to merge 1 commit intoprojectcontour:mainfrom
nissy-dev:feature/httpproxy-jwt-local-jwks-secret

Conversation

@nissy-dev
Copy link
Copy Markdown

@nissy-dev nissy-dev commented Mar 29, 2026

Resolve #7501

@nissy-dev nissy-dev force-pushed the feature/httpproxy-jwt-local-jwks-secret branch from 2424dea to 8f46e73 Compare March 29, 2026 07:18
@nissy-dev nissy-dev changed the title Feature/httpproxy jwt local jwks secret implement localJWKS documented in JWT verification design Mar 29, 2026
Add LocalJWKS backed by a Kubernetes Opaque Secret (secretName and key) so
HTTPProxy JWT providers can supply JWKS without embedding JSON in the spec.

Contour loads and validates the Secret during DAG build (type and JWKS shape),
then configures Envoy jwt_authn with inline local JWKS bytes. JWKS Secrets do
not use TLS certificate delegation.

Includes CRD and API reference updates, DAG/cache/secret handling, listener
construction, status and unit tests, xdscache expectations, and featuretests.

Signed-off-by: nissy-dev <nd.12021218@gmail.com>
@nissy-dev nissy-dev force-pushed the feature/httpproxy-jwt-local-jwks-secret branch from 8f46e73 to 1b2ebf8 Compare March 29, 2026 07:20
@nissy-dev nissy-dev marked this pull request as ready for review March 29, 2026 08:19
@nissy-dev nissy-dev requested a review from a team as a code owner March 29, 2026 08:19
@nissy-dev nissy-dev requested review from sunjayBhatia and tsaarni and removed request for a team March 29, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: implement localJWKS documented in JWT verification design

1 participant