Skip to content

Commit cb06827

Browse files
tobiceclaude
andauthored
docs: clarify that limited-permission Actors can obtain results from other Actors (#2457)
Make it explicit that when a limited-permission Actor runs another Actor with limited permissions, it can also obtain the results from that Actor run. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 49498c7 commit cb06827

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sources/platform/actors/development/permissions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Actors with **Limited permissions** receive [a restricted scoped token](../../..
3131
- [Metamorph](../programming_interface/metamorph.md) to another Actor with limited permissions.
3232
- Read and write to storages provided via Actor input (for example, when the user provides a dataset that the Actor should write into).
3333
- Read basic user information from the environment (whether the user is paying, their proxy password, or public profile).
34-
- Run any other Actor with limited permissions.
34+
- Run any other Actor with limited permissions and obtain the results.
3535

3636
This approach ensures your Actor has everything it needs to function while protecting user data from unnecessary exposure.
3737

sources/platform/actors/running/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A limited-permission Actor can:
3939
- [Metamorph](../development/programming_interface/metamorph.md) to another Actor with limited permissions.
4040
- Read and write to storages provided via Actor input (for example, when the user provides a dataset that the Actor should write into).
4141
- Read basic user information from the environment (whether the user is paying, their proxy password, or public profile).
42-
- Run any other Actor with limited permissions.
42+
- Run any other Actor with limited permissions and obtain the results.
4343

4444
This approach ensures the Actor has everything it needs to function while protecting your data from unnecessary exposure.
4545

0 commit comments

Comments
 (0)