Skip to content

fix: app-under-user access token ACL#2367

Merged
KernelDeimos merged 1 commit intomainfrom
eric/261S0_fix-app-perms
Jan 28, 2026
Merged

fix: app-under-user access token ACL#2367
KernelDeimos merged 1 commit intomainfrom
eric/261S0_fix-app-perms

Conversation

@KernelDeimos
Copy link
Copy Markdown
Contributor

There were a couple issues with ACL where access would be denied to app tokens within access tokens, caused by:

  • incorrect recursion: only false was considered when in fact the result from the recursive call is appropriate
  • files without a known path are incorrectly handled, which can happen when iterating over parent directories

There were a couple issues with ACL where access would be denied to app
tokens within access tokens, caused by:
- incorrect recursion: only `false` was considered when in fact the
  result from the recursive call is appropriate
- files without a known path are incorrectly handled, which can happen
  when iterating over parent directories
@KernelDeimos
Copy link
Copy Markdown
Contributor Author

Backend tests are currently broken from 89c4990 so I'm merging this because the test errors are still consistent

@KernelDeimos KernelDeimos merged commit 35461a0 into main Jan 28, 2026
7 of 10 checks passed
@jelveh jelveh deleted the eric/261S0_fix-app-perms branch May 1, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant