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?
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
Could you please change the plugin to set proxy only on the http client instance that perform api requests?