Can someone point any resources on the following (...
# talk-oathkeeper
s
Can someone point any resources on the following (oauth2_introspection -> config.cache) • what’s the caching mechanism of oathkeeper’s authenticators • Does it utilise any other system internally ?
d
Authenticators use ristretto as a cache backend
🙌 1
s
Cool, I guess in scenarios where oathkeeper has replicas, it’d be better to use own caching right? Since the default cache is not shared across these replicas
d
This is an additional logic and this needs for a systems with a lot of incoming traffic
I think that the best solution in that case is to use redis or something else to enable scaling oathkeeper with cache enabled
It would be easier to implement support of redis instead of dealing with consensus algorithms and building something by ourselves
Anyway, you can always open an issue for an additional feature.
s
Yeah sure, right now we are using redis But if we can surely add the feature to add config for redis would be great
I'll raise a feature issue