summaryrefslogtreecommitdiffstats
path: root/gui-server
AgeCommit message (Collapse)AuthorFilesLines
2022-09-02Release policy/gui2.2.410.0.1-PF-I1jenkins-releng1-1/+1
2022-05-03Update snapshot and/or references of policy/gui to latest snapshotsliamfallon1-1/+1
policy/gui updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I43fb331d70487c78f640ae9205c926ff7f4868f5
2022-04-13Update snapshot and/or references of policy/gui to latest snapshotsliamfallon1-1/+1
policy/gui updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I234c75ed30b497871afcb6b5f5306a73b755f989
2022-03-22Duplicate log entries in policy-guidanielhanrahan1-3/+3
Issue-ID: POLICY-4041 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Icbf4948733da3e40a9d6349142a0b9ff0f7b30f5
2022-03-16Merge "Code coverage for policy/gui gui-server"Liam Fallon3-0/+123
2022-03-15Update snapshot and/or references of policy/gui to latest snapshotsliamfallon1-1/+1
policy/gui updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-3982 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I71ca42a74e1d6fbb397c58ac5ecfa443a9b78e8d Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-03-15Code coverage for policy/gui gui-serverdanielhanrahan3-0/+123
Write tests to increase gui-server code coverage to 100% Issue-ID: POLICY-3351 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: If5fa5d57f912496d1adab93b1e714e3c77a05b61
2022-03-14Make client cert authentication optional in policy-guidanielhanrahan1-1/+0
Set client auth to optional as Apex Editor does not need certs. Issue-ID: POLICY-3980 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Iad03f80f5fb79e6f48a21699c45e9fbf7c746106
2022-03-02Fix sonar security issues in policy-guidanielhanrahan2-0/+2
Suppress warnings regarding use of @RequestMapping without HTTP method. It is intentional that these proxy methods handle all requests. Issue-ID: POLICY-3638 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I79ce6ef994fcbac17d5d8226eedfd98885e2cdbf
2022-02-28Run policy GUIs in a single JARdanielhanrahan34-0/+1994
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