Update CBS-Client to read policy configuration from a file exposed by policy-sidecar... 10/121610/6
authorNiranjana <niranjana.y60@wipro.com>
Tue, 1 Jun 2021 09:47:36 +0000 (09:47 +0000)
committerNiranjana <niranjana.y60@wipro.com>
Thu, 3 Jun 2021 05:06:27 +0000 (05:06 +0000)
commit837f51c82b40d9c251a082768af7a196ff7c901c
tree2738ddbb27b5e2e96673ef3fb5c3f7e6d3e9928d
parent9cf6e91ced584f67d709b985afde0b686e615f94
Update CBS-Client to read policy configuration from a file exposed by policy-sidecar container

Issue-ID: DCAEGEN2-2752
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: Ib00d1b031021c0342b0845b63d65172333ac4158
35 files changed:
Changelog.md
pom.xml
rest-services/cbs-client/pom.xml
rest-services/cbs-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/api/CbsClientFactory.java
rest-services/cbs-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/impl/CbsClientConfigMap.java
rest-services/cbs-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/model/CbsClientConfiguration.java
rest-services/cbs-client/src/test/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/impl/CbsClientConfigMapTest.java
rest-services/cbs-client/src/test/resources/policies.json [new file with mode: 0644]
rest-services/cbs-client/src/test/resources/sample_expected_all_config.json [new file with mode: 0644]
rest-services/cbs-client/src/test/resources/sample_expected_policy_config.json [new file with mode: 0644]
rest-services/dmaap-client/pom.xml
rest-services/http-client/pom.xml
rest-services/model/pom.xml
rest-services/pom.xml
security/crypt-password/pom.xml
security/pom.xml
security/ssl/pom.xml
services/common/pom.xml
services/external-schema-manager/pom.xml
services/hv-ves-client/pom.xml
services/hv-ves-client/producer/api/pom.xml
services/hv-ves-client/producer/ct/pom.xml
services/hv-ves-client/producer/impl/pom.xml
services/hv-ves-client/producer/pom.xml
services/hv-ves-client/protobuf/pom.xml
services/pom.xml
standardization/api-custom-header/pom.xml
standardization/moher-api/healthstate/pom.xml
standardization/moher-api/metrics/pom.xml
standardization/moher-api/pom.xml
standardization/moher-api/server-adapters/pom.xml
standardization/moher-api/server-adapters/reactor-netty/pom.xml
standardization/moher-api/server-adapters/spring-webflux/pom.xml
standardization/pom.xml
version.properties