opsgenie-configuration-backup icon indicating copy to clipboard operation
opsgenie-configuration-backup copied to clipboard

Fix for Support for behind web proxy #39

Open ibre5041 opened this issue 2 years ago • 4 comments

This RP addresses these issues:

  • Support for behind web proxy #39, The core of application already works fine behind proxy, but accessing rete-limit API does not respect JVM proxy setting

  • Log4j version was upgraded to 2.17.2

  • Source and Target version was upgraded to Java 1.8

  • Last patch is workaround for faulty RateLimitManager.getApiLimitForDomain(...) returns 0 for threadCount and then following line:

      pool = Executors.newFixedThreadPool(threadCount);
    

throws IllegalArgumentException.

ibre5041 avatar Sep 14 '22 10:09 ibre5041

proxy setting could be used if this PR would be merged in this way:

java -Dhttp.nonProxyHosts="github.mycompany.com" -Dhttps.proxyHost=192.168.100.1 -Dhttps.proxyPort=8080 -jar OpsGenieExportUtil-0.xx.xx.jar .......

vojtechDB avatar Dec 02 '22 09:12 vojtechDB

@ibre5041 @vojtechDB Please update your branch with latest master and resolve conflicts.

sampath-kolisetty avatar Dec 08 '22 09:12 sampath-kolisetty

@sampath-kolisetty new PR with solved conflict created https://github.com/opsgenie/opsgenie-configuration-backup/pull/55

vojtechDB avatar Dec 09 '22 13:12 vojtechDB

Hello, @sampath-kolisetty @@ibre5041 @vojtechDB and thanks for all the edits can we know when we will have the new version because we are blocked by the proxy from ni internal gitlab thank you

idi2022 avatar Jan 25 '23 10:01 idi2022