Amend GUI to work directly towards ACM runtime 90/131190/3
authorliamfallon <liam.fallon@est.tech>
Mon, 26 Sep 2022 14:46:55 +0000 (15:46 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 28 Sep 2022 16:22:13 +0000 (17:22 +0100)
commitea764f9f6dfefd2706ff668a88fb9b8f4a75ede6
tree7add1b4462a3ac0f4a49f5fb2d599511e5432a05
parentd540a7dab668198c6e8bcd6f126da173aeb63b51
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 <liam.fallon@est.tech>
.gitignore
gui-clamp/pom.xml
gui-clamp/ui-react/package-lock.json [deleted file]
gui-clamp/ui-react/package.json
gui-clamp/ui-react/src/api/ACMService.js
gui-editors/gui-editor-apex/src/test/java/org/onap/policy/gui/editors/apex/rest/RestInterfaceTest.java
gui-server/src/main/java/org/onap/policy/gui/server/rest/ApexEditorRestController.java
gui-server/src/test/java/org/onap/policy/gui/server/test/util/KeyStoreHelper.java
gui-server/src/test/resources/application_http.yaml [new file with mode: 0644]