are you using JWKs with RSA and have caching disab...
# talk-oathkeeper
h
are you using JWKs with RSA and have caching disabled?
f
JWT with RSA256, and for cache we're using defaults
h
that’s your problem, use ECDSA instead. RSA is very costly
could you add this to the docs maybe?
f
Thanks I'll try with ECDSA