summaryrefslogtreecommitdiffstats
path: root/tutorials/tutorial-xacml-application/src/main/docker
AgeCommit message (Collapse)AuthorFilesLines
2022-10-18Update to XACML Tutorial README to better reflect process for running imageisaac1-379/+36
Issue-ID: POLICY-4316 Signed-off-by: isaac <isaac.adorno@att.com> Change-Id: I62f217fdbcc621c61869d6dfb85c83da8edda36d
2022-10-18Fix hard coded versions in XACML-PDP tutorialsliamfallon2-5/+66
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>
2022-10-11Removing unnecessary files and adding documentation for improved Docker ↵isaac2-36/+395
procedure. Issue-ID: POLICY-4316 Signed-off-by: isaac <isaac.adorno@att.com> Change-Id: Ia8a1b78e35a6b3d0d13199b60db16bafbc58aa96
2022-07-18Parameterize xacml-pdp tutorial docker fileliamfallon1-2/+10
This change parameterizes the XACML PDP tutorial so that it always works off the version of XACML PDP on which it is released. Issue-ID: POLICY-4186 Change-Id: If3891a21d6f60518da9d395228e700fe6d506dc2 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-05-27Merge "Update Docker Tag related configurations in XACML Tutorial code"Liam Fallon2-7/+5
2022-05-27Update Docker Tag related configurations in XACML Tutorial codexudan162-7/+5
Issue-ID: POLICY-4171 Signed-off-by: xudan16 <xudan16@huawei.com> Change-Id: I8e6274d55520ccb664209698f77a2cdef050f5e4
2022-05-17Support postgres in XACML-PDPwaynedunican1-0/+25
Issue-ID: POLICY-4187 Change-Id: Ifed655e214ce95b9cc8208cd5b0907e7bb00b463 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2021-07-21Add attribute return example into TutorialPamela Dragosh1-4/+4
Used the tutorial to demonstrate returning of attributes back into the Decision response. Needed to update the docker compose for both tutorials to ensure they are using the master branch versions of api and pap. Issue-ID: POLICY-2865 Change-Id: Ia568dfae27d659d940217ddf8d9295dd8409f0e3 Signed-off-by: Pamela Dragosh <pd1248@att.com>
2021-05-06Update tutorials to point to honolulu imagesPamela Dragosh1-5/+5
These should point to released images so that the user can perform the tutorial without any problems. They can certainly update the docker-compose.yml with whatever image they want. Issue-ID: POLICY-3292 Change-Id: I85b9bb90bb959d0f1078238344c4aa25ef2b2a35 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-10-27Submit Policy TutorialsPamela Dragosh7-0/+241
So app developers can more easily download and test client code etc. Issue-ID: POLICY-2876 Change-Id: I360cd0d637150cd0c2353c6284803f4438e96556 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>