Commit 2fe3e44
fix: remove table-aliases from BranchAwareClient exclusion list
BranchAwareClient had /table-aliases in END_ENDPOINTS_WITHOUT_BRANCH,
stripping the branch prefix for alias creation requests. This prevented
the branch-aware routing from working correctly.
Now alias creation goes through /branch/{id}/ like other endpoints,
and the server-side checks (NotImplementedRouteChecker +
requireNonDevBranchBucket) handle access control properly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6d9a81a commit 2fe3e44
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments