From a55259ce9fe800e13c5b92d35f65f76e837f00a2 Mon Sep 17 00:00:00 2001 From: Yordan Kinkov <yordan.kinkov@vereign.com> Date: Mon, 29 Aug 2022 16:42:20 +0300 Subject: [PATCH] Delete example policy --- example/examplePolicy/1.2/data.json | 6 ------ example/examplePolicy/1.2/policy.rego | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 example/examplePolicy/1.2/data.json delete mode 100644 example/examplePolicy/1.2/policy.rego diff --git a/example/examplePolicy/1.2/data.json b/example/examplePolicy/1.2/data.json deleted file mode 100644 index fb3b3d1..0000000 --- a/example/examplePolicy/1.2/data.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "trustlist": [ - "did:web:123", - "did:web:abc" - ] -} \ No newline at end of file diff --git a/example/examplePolicy/1.2/policy.rego b/example/examplePolicy/1.2/policy.rego deleted file mode 100644 index ed15fd9..0000000 --- a/example/examplePolicy/1.2/policy.rego +++ /dev/null @@ -1,10 +0,0 @@ -package example.examplePolicy - -import future.keywords.in - -default trusted = false - -trusted{ - issuer := input.issuer - issuer in data.trustedlist -} \ No newline at end of file -- GitLab