feat(proxy): add ability to enable http/https proxy#85
feat(proxy): add ability to enable http/https proxy#85trollr wants to merge 2 commits intonokia:masterfrom
Conversation
Add config params in readme
|
Thanks for the PR! I'll try to check this on Monday (when actually behind a corporate proxy). |
|
Hi, Is this feature still planed? It seems I have a proxy issue and it could be very useful for me. My Kong container have proxy env vars If I use curl in my container, I can access to my URL (after http_proxy env vars have been added). But oidc-plugin still gives me dns issues. And it seems he's not using proxy parameters. So I'm not sure if it's a classic behavior of the plugin or not to not use proxy env vars ? Debug: Thank you ! |
| recovery_page_path = { type = "string" }, | ||
| logout_path = { type = "string", required = false, default = '/logout' }, | ||
| redirect_after_logout_uri = { type = "string", required = false, default = '/' }, | ||
| http_proxy = { type = "string", required = false, default = '' }, |
There was a problem hiding this comment.
Remove the default value for http_proxy and https_proxy. It's causing to always set the proxy and breaks in non proxy environment
Add http and https proxy. Useful if you're in a corporate network