aboutsummaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14Bump policy/gui to 2.1.2-SNAPSHOTliamfallon2-2/+2
Issue-ID: POLICY-3696 Change-Id: I4421be435ef9ad0d08266a289a2eafcb8d749bac 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-monitoringdanielhanrahan5-65/+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-15Bump policy-gui snapshot version to 2.1.1-SNAPSHOTliamfallon2-2/+2
Issue-ID: POLICY-3587 Change-Id: Ic3e575578ae0e2302925864a43ec81fc91cf55a3 Signed-off-by: liamfallon <liam.fallon@est.tech>
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 imagedanielhanrahan4-9/+21
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-guidanielhanrahan7-0/+387
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>