feat(server): add project RBAC and guarded workflows

This commit is contained in:
2026-07-30 16:45:10 +08:00
parent cad8527ab6
commit 9bff6a556a
27 changed files with 1431 additions and 395 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ async def test_meta_project_returns_map_extent(monkeypatch):
response = await module.get_project_metadata(
ctx=SimpleNamespace(
project_id=project_id,
project_role="editor",
project_role="member",
),
metadata_repo=repo,
)