Ability to disable sending auth header 34/135634/6
authormpriyank <priyank.maheshwari@est.tech>
Tue, 1 Aug 2023 14:36:27 +0000 (15:36 +0100)
committerPriyank Maheshwari <priyank.maheshwari@est.tech>
Fri, 4 Aug 2023 09:04:40 +0000 (09:04 +0000)
commit612fb579067ea79d0148462a45eeff737a58503f
tree9fbb678ca8a76c357aa141cb4fa8f3371233c475
parent5c03520a3709ea215e1e6c4c77dd962864dda4af
Ability to disable sending auth header

- introduced configurable parameter to disable sending auth header in
  the request to dmi-plugin
- default is to include the auth header
- DMI_AUTH_ENABLED flag can be set to true/false to control the
  behaviour
- Also added the env variables to the CSITs
- updated release-notes

Issue-ID: CPS-1819
Change-Id: If97c06e33f06e391d2190b7300d73210ed2f4e27
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
cps-application/src/main/resources/application.yml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/client/DmiRestClient.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/config/NcmpConfiguration.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/client/DmiRestClientSpec.groovy
cps-ncmp-service/src/test/resources/application.yml
csit/plans/cps/setup.sh
csit/plans/cps/test.properties
docs/release-notes.rst