aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2023-04-20Replace CLAMP GUI text with The first Runtime GUIlapentafd1-2/+1
Issue-ID: POLICY-4610 Change-Id: Ia543de466b72ac2f5df6639bea3374e57076c1b6 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2022-11-09Enable health check and prometheus on gui-serverliamfallon2-0/+2
Issue-ID: POLICY-4138 Change-Id: Ibd815d54e7ee1df787412ed55d70d8a5dc95f1c0 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-11-08Move GUI forwarding to gui-server from clamp-beliamfallon3-2/+26
This commit: - Adds redirect support for policy-api to the gui-server microservice. The gui-server can now proxy and forward calls to it across to policy-api, and can act as an autherntication/authorization gateway for policy-api for https - Adds redirect support for clamp-ACM, as for policy-gui - Restructured the static pages to add a designtime-ui and runtime-ui strucuture for current and future UIs - CLAMP UI moved into the runtime-ui part - Apex editor moved into the designtime-ui part - Unit tests added and coverage on code is > 95% This change moves the forwarding functionality from the clamp-backend microservice to the gui-server microservice, so once this review is merged, the clamp-backend microservice is no longer needed. Issue-ID: POLICY-4138 Change-Id: I4b45f7026d13b5e1046198cdba52074668b29956 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-02-28Run policy GUIs in a single JARdanielhanrahan1-0/+13
Create gui-server module serving clamp and apex GUIs using Spring Add Spring filter to pass client SSL cert to clamp backend Remove nginx from docker image Add logback.xml to docker image Add helper scripts for running gui-server jar and docker Issue-ID: POLICY-3638 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ie857f5755015c522b8cf781de255f7a1d567e263