aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src
AgeCommit message (Collapse)AuthorFilesLines
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-15update references in policy/gui pomliamfallon1-1/+1
updated references in the policy/gui pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-3982 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I79359201bdc7e5e37206bdf82811bcbb3967390a
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 JARdanielhanrahan9-132/+176
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
2021-11-25Update parent and common referencesliamfallon1-1/+1
*** Release Phase 7: This commit is generated by a PF release script *** This is the seventh release phase, it updates parent, common and models references in policy/gui. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie35ade0a637fc0070d38b2e8e072dadd51d4b9e2 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-13Update parent/common/models/docker referencesliamfallon1-1/+1
Issue-ID: POLICY-3696 Change-Id: Iae8f307acf1dfaf9a3b05b7e5d51e1d91a1189dc Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-01Suppress useless nginx error messages in guidanielhanrahan1-1/+1
Log only warnings and higher in nginx error log Issue-ID: POLICY-3683 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Id283f34e46633105db7ddf12791c9eb895ee35af
2021-09-27Disable apex-editor and pdp-monitoringdanielhanrahan4-28/+2
Have only nginx process (clamp) running in policy-gui Issue-ID: POLICY-3650 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: If15d54f83444b845dc23b090cf966afaf1664490
2021-09-10Remove CLAMP_REST_URL variable from Docker imagedanielhanrahan5-19/+9
Remove redundant CLAMP_REST_URL environment variable Update README to remove references to CLAMP_REST_URL Group Dockerfile COPY commands to reduce image layers Issue-ID: POLICY-3639 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ia6947a6681875167dfc63b0ffd19f7dc6faad6d4
2021-09-10Ensure that login in policy-gui works with AAFdanielhanrahan4-2/+74
Add CLAMP SSL cert and key to Docker image Change nginx port from 8080 to 2443 and enable SSL Update README to include instructions on certificate login Issue-ID: POLICY-3615 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I5211d30c420d75a94621399f33763b8156c50b5b
2021-09-07Make gui-pdp-monitoring work in Docker imagedanielhanrahan3-8/+7
Serve PDP Monitoring HTML using nginx in Docker image Don't serve HTML content from PdpMonitoringServer Remove unused dependencies in gui-pdp-monitoring Add proxy setting for local dev testing with npm start Issue-ID: POLICY-3603 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I9a4c2b250a1f0460892a367a3b5bbb59e0e92411
2021-09-01Add docker image generation to maven for policy-guidanielhanrahan5-0/+152
Add maven uber-jar artifact for gui-editor-apex Add maven tarball artifact for gui-clamp Create docker image containing nginx and policy GUIs Issue-ID: POLICY-3574 Change-Id: I06e5ed6fb610e0746f376114f628bb9b1a530cab Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>