Fix casbin permissions, add kratos changes

This commit is contained in:
sigmabaryon
2022-04-12 11:19:31 +05:30
parent 0874093c43
commit fbae03741d
5 changed files with 69 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"name": "ops_star.all",
"resource_urls": [
{
"url": "/:*",
"url": "*",
"methods": [
"GET",
"POST",
@@ -16,4 +16,4 @@
"description": "Provides complete access, make me a super admin.",
"authenticated": true,
"scope": "ORGANIZATION"
}
}