From 612fb579067ea79d0148462a45eeff737a58503f Mon Sep 17 00:00:00 2001 From: mpriyank Date: Tue, 1 Aug 2023 15:36:27 +0100 Subject: 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 --- cps-application/src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'cps-application/src') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 47592b41f..a18de2acd 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -174,6 +174,7 @@ ncmp: auth: username: ${DMI_USERNAME} password: ${DMI_PASSWORD} + enabled: ${DMI_AUTH_ENABLED:true} api: base-path: dmi -- cgit 1.2.3-korg