summaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/http-participant.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-09-12Fix log of Element container is not visible at Standard OutputFrancescoFioraEst1-2/+2
Issue-ID: POLICY-4351 Change-Id: I5f06c7158654fc14c2549772f8416eb1fc5bb07b Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2022-06-14Enable Java logging on CLAMP ACM imagesliamfallon1-1/+2
The ajva logging config file is not passed to the CLAMP ACM images, meaning that logging cannot be configured on the images. Issue-ID: POLICY-4238 Change-Id: If71900b57c09ef3a1d1bc6ddcc39425c9b3d4315 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-06-03OpenSuse docker files for ACM and participantsdanielhanrahan1-1/+0
Issue-ID: POLICY-4191 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Iad508532fd1c9ed99cbc906e7ae40e77eabf15e8
2022-05-31Fix HTTP handling in CLAMP ACMliamfallon1-8/+3
HTTPS is turned on using a Java property in the startup scripts in all the CLAMP ACM docker images. This means that HTTP cannot be enabled or HTTPS disabled in configuration. THis commit fixes that bug. The building of the CLAMP docker images calls each jar app.jar. If all images are being built locally together, the names collide and the last image's jar is used for all jars. This commit fixes that bug as well. Issue-ID: POLICY-4224 Change-Id: If4ba8cdef36f7a8a3665fe60eee31e42159e909b Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-09-17Enable SSL connectionFrancescoFioraEst1-3/+4
Enable SSL connection in Rest Api and SSL connection to DMaap. Issue-ID: POLICY-3649 Change-Id: I48db31d3f30d580cea0cfdc385d2c763c212e330 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-09-06Add docker image for http participantrameshiyer271-0/+63
Issue-ID: POLICY-3627 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I63216148adf503f00f444a9bb395f5738c8fa2b3