From 47c294d8a0e7e250e555523318337b39b8a074f6 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 1 Mar 2024 10:56:19 +0000 Subject: Integration test of Bearer Token pass-through (CPS-2126 #5) This covers REST endpoints of GET, POST, PUT, PATCH, DELETE of /ncmp/v1/ch/{cmHandleId}/data/ds/{datastoreName} and the async REST endpoint of POST /ncmp/v1/data It verifies that: - bearer token is passed from NCMP to DMI - basic auth header is not passed from NCMP to DMI Issue-ID: CPS-2137 Signed-off-by: danielhanrahan Change-Id: Ie4761a848904175a9d8cd5b917817e85f5b69813 --- integration-test/src/test/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-test/src/test/resources/application.yml') diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index f77cb02f7a..3d61bdbea6 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -112,7 +112,7 @@ app: topic: ${DMI_DEVICE_HEARTBEAT_TOPIC:dmi-device-heartbeat} notification: - enabled: false + enabled: true async: executor: core-pool-size: 2 -- cgit 1.2.3-korg