Skip to content
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

No option for providing custom proxy for signature verifier #69

Closed
sharathsabbani opened this issue Sep 26, 2017 · 9 comments
Closed

No option for providing custom proxy for signature verifier #69

sharathsabbani opened this issue Sep 26, 2017 · 9 comments

Comments

@sharathsabbani
Copy link

Most of the enterprise applications would behind proxy. It would be nice if we have option to pass in own proxy for signature verifier.

@ghost
Copy link

ghost commented Apr 11, 2018

Thanks for the feedback. I will bring it up with the team!

@ghost ghost closed this as completed Apr 11, 2018
@vanackej
Copy link

vanackej commented Sep 5, 2018

Actually proxy was working perfectly using standard java properties (http.proxyHost, http.proxyPort [...]). Now it is broken and there is no documentation about how to configure proxy using your custom Proxy mechanism. I would strongly suggest to rollback this change and stick to standard Java proxy environment settings.

@breedloj
Copy link
Contributor

breedloj commented Sep 5, 2018

Hey Johann, thanks for reporting this. I did not realize that the original change would have the side affect of explicitly overriding a user's proxy settings if they were providing them via environment variables. PR #142 restores the original behavior and should fix this issue, while at the same time retaining the ability to explicitly provide a proxy to be used by the servlet if so desired.

@vanackej
Copy link

vanackej commented Sep 5, 2018

Hi Jonathan. Thanks for the quick update ! Do you know when this change will be released in the sdk ? It is currently blocking our customer demos, just to know if I should patch my code for now, or if I just wait for a new release to be done.

@breedloj
Copy link
Contributor

breedloj commented Sep 6, 2018

2.5.4 is out now and contains this fix. :)

@vanackej
Copy link

vanackej commented Sep 6, 2018

Awesome !

@vanackej
Copy link

vanackej commented Sep 7, 2018

Well, one more issue with this : Out of the box, the proxy is still forced to NO_PROXY in SkillServlet here
I really think the default behavior should comply with Java conventions for proxy (i.e. using standard env variables)

@breedloj
Copy link
Contributor

breedloj commented Sep 7, 2018

Yep, you are totally correct. That's a miss on my end with the change. I'll make sure a follow up change gets pushed out shortly.

@Chris-Liao Chris-Liao mentioned this issue Sep 7, 2018
9 tasks
@breedloj
Copy link
Contributor

Hey Johann, 2.5.5 contains the follow-up fix for this. Let me know if you have any other issues.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants