summaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src/main/docker/config
AgeCommit message (Collapse)AuthorFilesLines
2022-03-26Merge "Duplicate log entries in policy-gui"Liam Fallon1-3/+3
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-21Use TLSv1.2 in policy-guidanielhanrahan1-0/+1
TLSv1.2 is needed for optional client cert auth Issue-ID: POLICY-3980 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I244fa88a92f74e912780a52e46bc313df6506bc7
2022-03-14Make client cert authentication optional in policy-guidanielhanrahan1-1/+1
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-03Enable console logging in policy-guidanielhanrahan1-0/+11
Enable logging to STDOUT so that logs can be viewed with `kubectl logs` Issue-ID: POLICY-3638 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I8325223d77089801df92683ea51cf07b3c2dd44c
2022-02-28Run policy GUIs in a single JARdanielhanrahan2-0/+143
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