Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: feat(translation): expand sources of JWKS required to validate JWTs #4684

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. Draft: feat(translation): expand sources of JWKS (Json Web Key Sets) …

    …required to validate JWTs
    
    Currently only HTTPS endpoints are supported via remoteJWKS field of
    the JWTProvider. This is deprecated in favor of a jwksSource field that
    expands the available locations JWKS content can be retireved from.
    Sources include an inline string in the source resource, a local file
    in the Gateway Container or from a Configmap/Secret.
    
    Signed-off-by: Steve Gargan <[email protected]>
    sgargan committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f7a8756 View commit details
    Browse the repository at this point in the history