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

Caching in the oauth2_introspection authorizer #293

Closed
pike1212 opened this issue Nov 12, 2019 · 3 comments
Closed

Caching in the oauth2_introspection authorizer #293

pike1212 opened this issue Nov 12, 2019 · 3 comments
Labels
feat New feature or request.
Milestone

Comments

@pike1212
Copy link
Contributor

Is your feature request related to a problem? Please describe.

oauth2_introspection authorizer may have to make multiple requests for every incoming token (one for the introspection, the other to get a token if using the pre_authorization step)

Describe the solution you'd like

I would like Oathkeeper to cache both incoming tokens and the pre_authorization token

@aeneasr
Copy link
Member

aeneasr commented Nov 18, 2019

Yeah that makes sense. Would you be up for a PR?

@aeneasr aeneasr added the feat New feature or request. label Nov 18, 2019
@aeneasr aeneasr added this to the unplanned milestone Nov 18, 2019
@pike1212
Copy link
Contributor Author

Yes, we are working on one.

@aeneasr
Copy link
Member

aeneasr commented Nov 19, 2019

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants