From ea764f9f6dfefd2706ff668a88fb9b8f4a75ede6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 26 Sep 2022 15:46:55 +0100 Subject: 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 --- .gitignore | 1 + gui-clamp/pom.xml | 5 +- gui-clamp/ui-react/package-lock.json | 41142 ------------------- gui-clamp/ui-react/package.json | 6 +- gui-clamp/ui-react/src/api/ACMService.js | 22 +- .../gui/editors/apex/rest/RestInterfaceTest.java | 1 - .../gui/server/rest/ApexEditorRestController.java | 1 - .../gui/server/test/util/KeyStoreHelper.java | 2 + .../src/test/resources/application_http.yaml | 19 + 9 files changed, 38 insertions(+), 41161 deletions(-) delete mode 100644 gui-clamp/ui-react/package-lock.json create mode 100644 gui-server/src/test/resources/application_http.yaml 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 @@