From a242769ab10a570c7452023dcaa59d8ecefccc49 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 7 Aug 2020 14:03:31 -0400 Subject: Update XACML Tutorial More code fixes and pointing to src/test/resources artifacts vs separate yaml/json files. Added instructions on how to incorporate as Docker image. Can download the example and import into Eclipse or other tool. Made sure links point to Master branch. Added POSTMAN Collection Issue-ID: POLICY-2565 Change-Id: I65c596b8c89cd87a72660a3d4dfa1085a60a41d2 Signed-off-by: Pamela Dragosh (cherry picked from commit 82c1a1040666d1ba33b37ae520076eb8b3bbaa41) Signed-off-by: Pamela Dragosh --- docs/xacml/tutorial/tutorial-decision-request.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docs/xacml/tutorial/tutorial-decision-request.json (limited to 'docs/xacml/tutorial/tutorial-decision-request.json') diff --git a/docs/xacml/tutorial/tutorial-decision-request.json b/docs/xacml/tutorial/tutorial-decision-request.json deleted file mode 100644 index 8c1ec10c..00000000 --- a/docs/xacml/tutorial/tutorial-decision-request.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ONAPName": "TutorialPEP", - "ONAPComponent": "TutorialPEPComponent", - "ONAPInstance": "TutorialPEPInstance", - "requestId": "unique-request-id-tutorial", - "action": "authorize", - "resource": { - "user": "demo", - "entity": "foo", - "permission" : "read" - } -} -- cgit 1.2.3-korg