fix(ai-gateway): AI entities pages audit - #6807
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cloudjumpercat
left a comment
There was a problem hiding this comment.
A few nitpicks/link fixes. I flagged it in a comment, but just wanted to mention that some of the schema links didn't seem active and the linked params were missing from the schema in the docs. I"m guessing that's because we haven't updated the schema in the docs yet? Either way, I'm approving this just in case the schema will be updated later.
|
|
||
| - q: How do I authenticate to an upstream service that requires AWS IAM (SigV4) signing? | ||
| a: | | ||
| Configure [`config.upstream.auth`](#schema-aigateway-mcpserver-config-upstream) with `type: aws`. {{site.ai_gateway}} |
There was a problem hiding this comment.
I'm not seeing upstream.auth in the schema, maybe the schema in the docs hasn't been updated yet? Just wanted to flag this.
There was a problem hiding this comment.
Actually, that applies to all the schema links in this FAQ, I can't find any of them in the schema in the docs.
| * Static IAM user credentials, `access_key_id` and `secret_access_key`, optionally paired with a `session_token` for temporary credentials. | ||
| * Environment auto-detection when you omit `access_key_id` and `secret_access_key`, for example, an EC2 instance profile or environment variables. | ||
| * Role assumption through `assume_role_arn` and `role_session_name`, layered on top of either credential source. Recommended for production use and cross-account access. |
There was a problem hiding this comment.
| * Static IAM user credentials, `access_key_id` and `secret_access_key`, optionally paired with a `session_token` for temporary credentials. | |
| * Environment auto-detection when you omit `access_key_id` and `secret_access_key`, for example, an EC2 instance profile or environment variables. | |
| * Role assumption through `assume_role_arn` and `role_session_name`, layered on top of either credential source. Recommended for production use and cross-account access. | |
| * Static IAM user credentials, `access_key_id` and `secret_access_key`, optionally paired with a `session_token` for temporary credentials | |
| * Environment auto-detection when you omit `access_key_id` and `secret_access_key`, for example, an EC2 instance profile or environment variables | |
| * Role assumption through `assume_role_arn` and `role_session_name`, layered on top of either credential source. Recommended for production use and cross-account access. |
| Create an AI Policy when you want to add governance, security, transformation, or observability to {{site.ai_gateway}} traffic. For example: | ||
| - Redact sensitive data with [AI PII Sanitizer](/ai-gateway/policies/ai-sanitizer/) | ||
| - Manage request volume with [AI Rate Limiting Advanced](/ai-gateway/policies/ai-rate-limiting-advanced/) | ||
| - Validate prompts with [AI Prompt Guard](/ai-gateway/policies/ai-prompt-guard/) or [other guardrail Policies](/ai-gateway/#guardrails-and-content-safety) |
There was a problem hiding this comment.
| - Validate prompts with [AI Prompt Guard](/ai-gateway/policies/ai-prompt-guard/) or [other guardrail Policies](/ai-gateway/#guardrails-and-content-safety) | |
| - Validate prompts with [AI Prompt Guard](/ai-gateway/policies/ai-prompt-guard/) or [other guardrail Policies](/ai-gateway/policies/?terms=guardrail) |
The original link didn't go anywhere
| - Validate prompts with [AI Prompt Guard](/ai-gateway/policies/ai-prompt-guard/) or [other guardrail Policies](/ai-gateway/#guardrails-and-content-safety) | ||
| - Track requests and responses for observability with [logging Policies](/ai-gateway/policies/?category=logging) | ||
|
|
||
| To control access and verify identity, assign an [AI Identity Provider](/ai-gateway/entities/ai-identity-provider/) instead of an AI Policy. |
There was a problem hiding this comment.
| To control access and verify identity, assign an [AI Identity Provider](/ai-gateway/entities/ai-identity-provider/) instead of an AI Policy. | |
| To control access and verify identity, assign an [AI Auth Strategy](/ai-gateway/entities/ai-auth-strategy/) instead of an AI Policy. |
Description
Fixes #issue
Preview Links
Checklist
descriptionentry in frontmatter.