Commit 7bed32e
fix(cloud-control): remove App-level permission gate
cloud_control is the default landing surface for any authenticated
cloud user (create/manage their orgs and projects). Gating it on a
'cloud.control.access' permission was wrong — it would have hidden
the App from the very users it's built for.
Data-level isolation (which orgs/projects each user sees inside the
App) is enforced by sharing rules on sys_organization / sys_project,
not by an App-level requiredPermissions check.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5f30834 commit 7bed32e
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments