Skip to content

Commit d73a2b1

Browse files
committed
chore: note about scoping of policies
Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>
1 parent b0297a3 commit d73a2b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tiers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ spec:
419419
- expression: auth.identity.userid
420420
```
421421

422+
> [!NOTE]
423+
> This policy is applied to the `HTTPRoute` resource that handles the model inference requests, so it is specific to the particular model.
424+
> It can also be applied to the `Gateway` resource, and so it would apply to all models attached to this gateway.
425+
422426
**Token-based limits** track LLM token consumption. Configure similarly with token counters.
423427

424428
**Apply:**

0 commit comments

Comments
 (0)