pass-through #2692
Answered
by
Geal
killjoy2013
asked this question in
Q&A
pass-through
#2692
-
is it possible to add pass-through routes in router.yaml? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Geal
Feb 27, 2023
Replies: 2 comments 1 reply
-
hi, do you mean pass-through as in proxying to another node, or as in ignored by the authentication plugin? |
Beta Was this translation helpful? Give feedback.
0 replies
-
ignoring the authentication for a specific route actually... |
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
there's a change we are planning to do (right after #2672 is merged) where the JWT plugin would only reject requests with invalid (expired, bad signature) tokens, but otherwise let everything go through. The next step will then handle the authorization, like checking scopes, refusing all unauthenticated requests, or as you want, ignore authentication for one path. That will be doable in rhai