Skip to content

proxy issue #23

@mysinmyc

Description

@mysinmyc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions