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

feat(c/v3-engine): introduce jwkFromUrlFromEnv #10592

Open
jjangga0214 opened this issue Nov 12, 2024 · 1 comment
Open

feat(c/v3-engine): introduce jwkFromUrlFromEnv #10592

jjangga0214 opened this issue Nov 12, 2024 · 1 comment
Labels
k/enhancement New feature or improve an existing feature

Comments

@jjangga0214
Copy link
Contributor

jjangga0214 commented Nov 12, 2024

Component

c/v3-engine

Is your proposal related to a problem?

jwkFromUrl is hard-coded.

kind: AuthConfig
definition:
  mode:
    jwt:
      key:
        jwkFromUrl: "https://hard-coded-url.com"

Describe the solution you'd like

jwk URL can be different from prod, stg, dev, etc.

kind: AuthConfig
definition:
  mode:
    jwt:
      key:
        jwkFromUrlFromEnv: JWK_URL
@arjunyel
Copy link
Contributor

If you have some free time please add this to Webhook auth too :) #10577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants