-
I ran into a scenario that an upstream should receive all requests:
Is there an option for openid-connect plugin passing all requests to an upstream if no token provided? Than you. |
Beta Was this translation helpful? Give feedback.
Answered by
purefun
Nov 2, 2021
Replies: 2 comments 2 replies
-
@starsz PTAL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's impossible to pass requests to the upstream if token is not provided. apisix/apisix/plugins/openid-connect.lua Lines 170 to 173 in 042ce5c |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
starsz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's impossible to pass requests to the upstream if token is not provided.
apisix/apisix/plugins/openid-connect.lua
Lines 170 to 173 in 042ce5c