From 07ebdbb579bc2b9ef1f0e26d0c98d2c0fdcd353d Mon Sep 17 00:00:00 2001 From: pwielebs Date: Tue, 5 Jun 2018 12:19:28 +0200 Subject: basic authentication for AAI Producer Client Change-Id: I087db36dc3c60015f91de5fde49358b18564ab9e Issue-ID: DCAEGEN2-451 Signed-off-by: pwielebs --- prh-app-server/config/prh_endpoints.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'prh-app-server/config/prh_endpoints.json') diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json index 8aed235f..f5f79590 100644 --- a/prh-app-server/config/prh_endpoints.json +++ b/prh-app-server/config/prh_endpoints.json @@ -29,8 +29,8 @@ "aaiHost": "localhost", "aaiHostPortNumber": 8080, "aaiProtocol": "https", - "aaiUserName": "admin", - "aaiUserPassword": "admin", + "aaiUserName": "AAI", + "aaiUserPassword": "AAI", "aaiIgnoreSSLCertificateErrors": true, "aaiBasePath": "/aai/v12", "aaiPnfPath": "/network/pnfs/pnf", @@ -38,8 +38,7 @@ "X-FromAppId": "prh", "X-TransactionId": "9999", "Accept": "application/json", - "Real-Time": "true", - "Authorization": "Basic QUFJOkFBSQ==" + "Real-Time": "true" } } } -- cgit 1.2.3-korg