From f1f1e6ea5205fe774e8410d9a6e1fe8faddd5260 Mon Sep 17 00:00:00 2001
From: ChuanyuChen <chenchuanyu@huawei.com>
Date: Wed, 31 Aug 2022 16:41:41 +0800
Subject: Update Rest Authorization from Config File instead of hard code.

Update Rest Authorization from Config File instead of hard code.

Issue-ID: USECASEUI-714

Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com>
Change-Id: I94179b36f5f675d8a626e0afea6977595aa86412
---
 intentanalysis/src/test/resources/application.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'intentanalysis/src/test')

diff --git a/intentanalysis/src/test/resources/application.yaml b/intentanalysis/src/test/resources/application.yaml
index 8ddc4d8..8973759 100644
--- a/intentanalysis/src/test/resources/application.yaml
+++ b/intentanalysis/src/test/resources/application.yaml
@@ -42,3 +42,14 @@ security:
     resource:
       jwt:
         key-value: test
+
+rest:
+  policy:
+    username: policyadmin
+    password: zb!XztG34
+  so:
+    username: InfraPortalClient
+    password: password1$
+  aai:
+    username: AAI
+    password: AAI
\ No newline at end of file
-- 
cgit