aboutsummaryrefslogtreecommitdiffstats
path: root/compose/config/opa-pdp/policies/data/account/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'compose/config/opa-pdp/policies/data/account/data.json')
-rw-r--r--compose/config/opa-pdp/policies/data/account/data.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/compose/config/opa-pdp/policies/data/account/data.json b/compose/config/opa-pdp/policies/data/account/data.json
new file mode 100644
index 00000000..df263d36
--- /dev/null
+++ b/compose/config/opa-pdp/policies/data/account/data.json
@@ -0,0 +1,16 @@
+{
+ "account_attributes":{
+ "11111":{
+ "owner":"alice",
+ "amount":10000
+ },
+ "22222":{
+ "owner":"bob",
+ "amount":10000
+ },
+ "33333":{
+ "owner":"cam",
+ "amount":10000
+ }
+ }
+}