Document Directus production contract and repair auth
This commit is contained in:
parent
0a7ee5ff35
commit
92ce8bce97
32 changed files with 24821 additions and 65 deletions
62
directus/reference/exports/policies.json
Normal file
62
directus/reference/exports/policies.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
[
|
||||
{
|
||||
"id": "abf8a154-5b1c-4a46-ac9c-7300570f4f17",
|
||||
"name": "$t:public_label",
|
||||
"icon": "public",
|
||||
"description": "$t:public_description",
|
||||
"admin_access": 0,
|
||||
"app_access": 0,
|
||||
"enforce_tfa": 0,
|
||||
"ip_access": null
|
||||
},
|
||||
{
|
||||
"id": "93fc7a9e-16de-45d4-89b1-9fa129e81442",
|
||||
"name": "Administrator",
|
||||
"icon": "verified",
|
||||
"description": "$t:admin_description",
|
||||
"admin_access": 1,
|
||||
"app_access": 1,
|
||||
"enforce_tfa": 0,
|
||||
"ip_access": null
|
||||
},
|
||||
{
|
||||
"id": "494e10a0-03ec-40b9-a7a5-c3a1e2b95001",
|
||||
"name": "Registration",
|
||||
"icon": "robot",
|
||||
"description": "Registration Bot",
|
||||
"admin_access": 0,
|
||||
"app_access": 0,
|
||||
"enforce_tfa": 0,
|
||||
"ip_access": null
|
||||
},
|
||||
{
|
||||
"id": "2e4acc56-7f7e-4a10-9775-1c0dd9f47ded",
|
||||
"name": "Supporter",
|
||||
"icon": "robot_2",
|
||||
"description": "Supporter Bot",
|
||||
"admin_access": 0,
|
||||
"app_access": 0,
|
||||
"enforce_tfa": 0,
|
||||
"ip_access": null
|
||||
},
|
||||
{
|
||||
"id": "536f020c-4f05-497d-8a6c-54e13f62c694",
|
||||
"name": "Users",
|
||||
"icon": "badge",
|
||||
"description": "Registered Users",
|
||||
"admin_access": 0,
|
||||
"app_access": 0,
|
||||
"enforce_tfa": 0,
|
||||
"ip_access": null
|
||||
},
|
||||
{
|
||||
"id": "80b3902c-06e6-480c-9d29-d2a46552f60e",
|
||||
"name": "Users Self Access",
|
||||
"icon": "badge",
|
||||
"description": "Registered Users Self Access",
|
||||
"admin_access": 0,
|
||||
"app_access": 0,
|
||||
"enforce_tfa": 0,
|
||||
"ip_access": null
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue