generated from coulomb/repo-seed
Start Core Hub FastAPI replacement foundation
This commit is contained in:
17
contracts/catalogs/policy-scopes.json
Normal file
17
contracts/catalogs/policy-scopes.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"slug": "public-read",
|
||||
"name": "Public Read",
|
||||
"description": "Unauthenticated read access for public catalogs and docs."
|
||||
},
|
||||
{
|
||||
"slug": "hub-write",
|
||||
"name": "Hub Write",
|
||||
"description": "Authenticated write access for hub-owned resources."
|
||||
},
|
||||
{
|
||||
"slug": "operator-admin",
|
||||
"name": "Operator Admin",
|
||||
"description": "Privileged operator scope for administration."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user