Start Core Hub FastAPI replacement foundation

This commit is contained in:
2026-06-27 11:41:26 +02:00
parent 75963233b6
commit 1e87adbcbb
37 changed files with 3292 additions and 30 deletions

View 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."
}
]