diff options
author | ChuanyuChen <chenchuanyu@huawei.com> | 2022-08-31 16:41:41 +0800 |
---|---|---|
committer | ChuanyuChen <chenchuanyu@huawei.com> | 2022-08-31 16:41:41 +0800 |
commit | f1f1e6ea5205fe774e8410d9a6e1fe8faddd5260 (patch) | |
tree | 174a9f705224eebf1f2190fa2c4cc9cdfcacce16 /intentanalysis/src/test/resources | |
parent | 83b6c03d6c54c1b305d5f050036985f5aafb06bd (diff) |
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
Diffstat (limited to 'intentanalysis/src/test/resources')
-rw-r--r-- | intentanalysis/src/test/resources/application.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |