From: liamfallon Date: Mon, 26 Sep 2022 14:46:55 +0000 (+0100) Subject: Amend GUI to work directly towards ACM runtime X-Git-Tag: 2.3.1~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ea764f9f6dfefd2706ff668a88fb9b8f4a75ede6;p=policy%2Fgui.git Amend GUI to work directly towards ACM runtime GUI proxies the URLs towards the ACM runtime server across CLAMP backend because clamp-backend handles the certificates for HTTPS communication and also handles AAF. For now, the Policy GUI is being used for testing and demonstration purposes only. As AAF is disabled and we are using HTTP, the GUI can now work towards the ACM runtime server port directly for test installations. Issue-ID: POLICY-4122 Change-Id: Idca87d520a5eef2058781534df6f96a0260c5eaf Signed-off-by: liamfallon --- diff --git a/.gitignore b/.gitignore index 9cd0525..384410b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ target .metadata/ /bin/ +package-lock.json # IntelliJ files .idea/ node diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml index eaf1781..86edb18 100644 --- a/gui-clamp/pom.xml +++ b/gui-clamp/pom.xml @@ -1,6 +1,6 @@