summaryrefslogtreecommitdiff
path: root/casbin.csv
diff options
context:
space:
mode:
Diffstat (limited to 'casbin.csv')
-rw-r--r--casbin.csv13
1 files changed, 13 insertions, 0 deletions
diff --git a/casbin.csv b/casbin.csv
new file mode 100644
index 0000000..5b66e8e
--- /dev/null
+++ b/casbin.csv
@@ -0,0 +1,13 @@
+p, "\Agid:\/\/[a-z]+\/[A-Za-z:]+\/\d+\z", api.example.com, (GET)|(POST)|(PATCH)|(PUT)|(DELETE)|(HEAD), /*.json
+p, *, *, (GET)|(HEAD), /health
+p, *, *, GET, /.well-known/*
+p, *, *, GET, /favicon.ico
+p, "\Agid:\/\/[a-z]+\/[A-Za-z:]+\/\d+\z", idp.example.com, (GET)|(POST)|(PATCH)|(PUT)|(DELETE)|(HEAD), /twirp/authx.rpc.*
+p, *, idp.example.com, (GET)|(POST), /oauth*
+p, *, idp.example.com, (GET)|(POST), /saml*
+p, *, idp.example.com, (GET)|(POST), /sessions*
+p, *, ui.example.com, (GET)|(POST), /oauth*
+p, *, ui.example.com, (GET)|(POST), /oidc*
+p, *, ui.example.com, (GET)|(POST), /saml*
+p, *, ui.example.com, (GET), /*.html
+p, *, ui.example.com, (POST), /logout