Replies: 1 comment 1 reply
-
@aeneasr any help for this, please? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a kratos for identity management, oathkeeper for generation JWT tokens via id_token mutatior, my backend which expects token from oathkeeper with user info (like id, email, etc.). Oathkeeper have only authn for check cookie. All of this are placed in one kubernetes cluster. And also I have an SPA React app, which uses API from my backend.
I use this workflow: https://www.ory.sh/docs/oathkeeper/#access-control-decision-api.
But as I understand all requests from frontend have next way (consider only successful authn):
Is there opportunity to cache (3) request from oathkeeper to kratos? If no ways and no plans to support it, how I can improve performance for this workflow (like place cdn or redis between oathkeeper or kratos)?
Also I found next question: ory/kratos#2098, but ttl works for generated token and cookie session has not ttl setting
Beta Was this translation helpful? Give feedback.
All reactions