Fix hard coded versions in XACML-PDP tutorials 26/131526/3
authorliamfallon <liam.fallon@est.tech>
Mon, 17 Oct 2022 15:55:51 +0000 (16:55 +0100)
committerliamfallon <liam.fallon@est.tech>
Tue, 18 Oct 2022 13:15:56 +0000 (14:15 +0100)
commitc3e8a4a2ed66e73c6b39d68924ae8e310e7541db
tree83076413d38f24564020ca157bf6a2dd330f3747
parent9831c28c678f70640f6f84e73c9c3d15d3f5a4a6
Fix hard coded versions in XACML-PDP tutorials

This commit adds variables to the docker-compse file for the
xacml-applicaiton tutorial and adds a startup script that downloads
files fromt  he docker/csit repo to run the tutorial

This commit also removes the separate docker-compose file that was used
for xacml-enforcement tutorial and replaces it with instructions on how
to use the csit docker-compose to run the enforcement.

Issue-ID: POLICY-4186
Change-Id: Id1476e6c0949d3d57bdea9a696b985b60220ec78
Signed-off-by: liamfallon <liam.fallon@est.tech>
tutorials/tutorial-enforcement/README.md
tutorials/tutorial-enforcement/src/main/docker/README.txt [deleted file]
tutorials/tutorial-enforcement/src/main/docker/config/db/db-pg.sh [deleted file]
tutorials/tutorial-enforcement/src/main/docker/config/db/db.conf [deleted file]
tutorials/tutorial-enforcement/src/main/docker/config/db/db.sh [deleted file]
tutorials/tutorial-enforcement/src/main/docker/config/sim/simParameters.json [deleted file]
tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml [deleted file]
tutorials/tutorial-xacml-application/pom.xml
tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml
tutorials/tutorial-xacml-application/src/main/docker/run-tutorial.sh [new file with mode: 0755]