Added support for HTTP Proxy 65/5265/3
authorPatrikBuhr <patrik.buhr@est.tech>
Mon, 7 Dec 2020 14:15:08 +0000 (15:15 +0100)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 9 Dec 2020 10:25:40 +0000 (11:25 +0100)
commit1da5c887797ae8cb715ad0b16b388aae18cda948
tree73aa289e19aea24b5a0f3b0d479de049598d6e33
parentd1702a33a3527cf46527c7cd61f435bd7ed08522
Added support for HTTP Proxy

If configured, HTTP proxy will be used for callbacks to the NearRT RIC.

Change-Id: Iaed4b2a61cf4f8037e7c4374b4945836104a640b
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-317
12 files changed:
enrichment-coordinator-service/api/ecs-api.json
enrichment-coordinator-service/api/ecs-api.yaml
enrichment-coordinator-service/config/application.yaml
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/clients/AsyncRestClient.java
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/clients/AsyncRestClientFactory.java
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/configuration/ApplicationConfig.java
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/configuration/WebClientConfig.java
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerCallbacks.java
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/producer/ProducerCallbacks.java
enrichment-coordinator-service/src/main/java/org/oransc/enrichment/tasks/ProducerSupervision.java
enrichment-coordinator-service/src/test/java/org/oransc/enrichment/ApplicationTest.java
enrichment-coordinator-service/src/test/java/org/oransc/enrichment/clients/AsyncRestClientTest.java