-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
feat: preserve_host feature for oauth2_introspect #1131
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1131 +/- ##
==========================================
- Coverage 78.22% 78.16% -0.07%
==========================================
Files 80 80
Lines 3863 3898 +35
==========================================
+ Hits 3022 3047 +25
- Misses 566 576 +10
Partials 275 275
|
…tion authenticators This allows selecting between the two authenticators based on a prefix to the token.
9fd76bf
to
759ce32
Compare
Looks like the changes are causing issues with the cache! |
I've seen this flake before. Must be something internal to ristretto. Couldn't reproduce it locally, even with |
Co-authored-by: Alano Terblanche <[email protected]>
Co-authored-by: Alano Terblanche <[email protected]>
preserve_host
option which already exists in thecookie_session
andbearer_token
authenticators to theoauth2_introspection
authenticator.prefix
option to theoauth2_introspection
andbearer_token
authenticators. This allows you to filter out tokens based on a string prefix.