Skip to content

Commit edec4d1

Browse files
authored
Update authentication.mdx
1 parent 4fb4a44 commit edec4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/configuration/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head: []
77
description: Add security by requiring a valid authorization token for each request.
88
---
99

10-
Using an Authenticated Gateway in AI Gateway adds security by requiring a valid authorization token for each request. This feature is especially useful when storing logs, as it prevents unauthorized access and protects against "log bombing." With Authenticated Gateway enabled, only requests with the correct token are processed.
10+
Using an Authenticated Gateway in AI Gateway adds security by requiring a valid authorization token for each request. This feature is especially useful when storing logs, as it prevents unauthorized access and protects against invalid requests that can inflate log storage usage and make it harder to find the data you need. With Authenticated Gateway enabled, only requests with the correct token are processed.
1111

1212
:::note
1313
We recommend enabling Authenticated Gateway when opting to store logs with AI Gateway.

0 commit comments

Comments
 (0)