From 69943c58e25ad590e47fa2e6a1ceefee425127f9 Mon Sep 17 00:00:00 2001 From: statta Date: Wed, 29 Jul 2020 18:14:56 -0400 Subject: [PATCH] update pom and change aaf config Issue-ID: PORTAL-972 Change-Id: I0f1c04034ab6cabdbcde45ca055cf995090f8f70 Signed-off-by: statta --- ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 4 ++-- portal-FE-os/pom.xml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties index a3aa565f..b9a99e06 100644 --- a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties +++ b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties @@ -40,7 +40,7 @@ db.driver = org.mariadb.jdbc.Driver #db.connectionURL = jdbc:mariadb:failover://localhost:3306/ecomp_portal #db.userName = XXXX #db.password = XXXX -db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_3_2_os +db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_os db.userName = root db.password = root # is the db.password property encrypted? @@ -147,7 +147,7 @@ external_system_notification_url= https://jira.onap.org/browse/ # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now) ext_central_access_user_name = aaf_admin@people.osaaf.org ext_central_access_password = CkmGguWw+Yn0yzqximmSExkOSJ7BdKvOTHFmTMg9Yvc= -ext_central_access_url = https://aaf-service:31110/authz/ +ext_central_access_url = https://aaf-service:30247/authz/ ext_central_access_user_domain = @csp.onap.org # External Central Auth system access diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml index 615e7fa9..4c8a529b 100644 --- a/portal-FE-os/pom.xml +++ b/portal-FE-os/pom.xml @@ -10,6 +10,7 @@ UTF-8 false false + false coverage/lcov.info src portal-FE-os @@ -106,7 +107,7 @@ install - + npm run test @@ -117,6 +118,7 @@ run-script test + ${skipTests} -- 2.16.6