Skip to content

Commit 0d4a857

Browse files
tobiceTC-MO
andauthored
docs: scoped token's restricted access does not support standby (#1444)
Co-authored-by: Michał Olender <[email protected]>
1 parent 6348a75 commit 0d4a857

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sources/platform/actors/running/actor_standby.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ This approach can be useful if you cannot modify the request headers.
5050
https://rag-web-browser.apify.actor/search?query=apify&token=my_apify_token
5151
```
5252

53+
:::tip
54+
You can use [scoped tokens](/platform/integrations/api#limited-permissions) to send standby requests. This is useful for allowing third-party services to interact with your Actor without granting access to your entire account.
55+
56+
However, [restricting what an Actor can access](/platform/integrations/api#restricted-access-restrict-what-actors-can-access-using-the-scope-of-this-actor) using a scoped token is not supported when running in Standby mode.
57+
:::
5358

5459
## Can I still run the Actor in normal mode
5560

sources/platform/integrations/programming/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ When you run an Actor with a scoped token in this mode, Apify will inject a toke
140140

141141
This way you can be sure that Actors won't accidentally—or intentionally—access any data they shouldn't. However, Actors might not function properly if the scope is not sufficient.
142142

143+
:::caution
144+
Restricted access mode is not supported for Actors running in [Standby mode](/platform/actors/running/standby). While you can send standby requests using a scoped token configured with restricted access, functionality is not guaranteed.
145+
143146
:::tip
144147
This restriction is _transitive_, which means that if the Actor runs another Actor, its access will be restricted as well.
145148
:::

0 commit comments

Comments
 (0)