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

proxy issue #23

Open
mysinmyc opened this issue Feb 29, 2024 · 0 comments
Open

proxy issue #23

mysinmyc opened this issue Feb 29, 2024 · 0 comments

Comments

@mysinmyc
Copy link

At project level I've configured plugin with http_proxy_host and http_proxy_port settings .

I've have experienced some issues on rundeck after the first pager duty notication. I'm afraid the cause is that the plugin override proxy settings at system level, for the entire rundeck VM

...
            System.getProperties().put("proxySet", "true")
            System.getProperties().put("proxyHost", proxy_host)
            System.getProperties().put("proxyPort", proxy_port)
...

Could you please change the plugin to set proxy only on the http client instance that perform api requests?

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

1 participant