-
Notifications
You must be signed in to change notification settings - Fork 331
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
Add http_proxy and https_proxy to params. #139
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 145
💛 - Coveralls |
Are the above diffs all that is needed to get oidc plugin to go through a application proxy? |
Yes, we're using these changes in our production environment. |
So an issue that I have is if the proxy requires auth. when I add username and password into the proxy line it messes up the call. |
I think you can use |
Thanks! That worked. now i need to figure how to if/then the variables so it doesn't alway include them |
I'm creating a commit to add http_proxy_authorization and https_proxy_authorization options. |
I added the options for proxy auth and confirmed they work as expected. |
This enhance enables to pass http_proxy and https_proxy options to lua-resty-openidc and use a proxy for communication with OIDC provider.