mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #702] allow users to reduce or configure oidc jwk checks #6268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eleith on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/702
starting at
3f767ed42e, Komodo refreshes it's oidc JWK every 60 seconds, leading to at minimum 1440 request per day (double in many cases due to first fetching of.well-knownbefore fetching thejwkendpoint).are there other options that could be explored to tune down the number of requests per day?
some ideas:
i haven't yet dug into this, so i don't know if (3) is viable. (2) would help users who don't need this level of freshness tune the requests down while a default value would leave the service unchanged for others.
this issue branched from a related discussion in: #660