summaryrefslogtreecommitdiff
path: root/auth-server-poc/userdb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'auth-server-poc/userdb.yaml')
-rw-r--r--auth-server-poc/userdb.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/auth-server-poc/userdb.yaml b/auth-server-poc/userdb.yaml
new file mode 100644
index 0000000..c55773b
--- /dev/null
+++ b/auth-server-poc/userdb.yaml
@@ -0,0 +1,23 @@
+user1:
+ authz:
+ sunet.se: r
+ su.se: r
+ kth.se: r
+
+user2:
+ authz:
+ sunet.se: w
+ su.se: w
+ kth.se: w
+
+user3:
+ authz:
+ sunet.se: rw
+ su.se: rw
+ kth.se: rw
+
+user4:
+ authz:
+ sunet.se: rw
+ su.se: r
+ kth.se: w