W-23817598 Add F5 Guardrails Policy documentation - #1147
Open
glenn-rodgers-sf wants to merge 6 commits into
Open
W-23817598 Add F5 Guardrails Policy documentation#1147glenn-rodgers-sf wants to merge 6 commits into
glenn-rodgers-sf wants to merge 6 commits into
Conversation
Add the F5 Guardrails Policy page, which evaluates LLM prompts and responses against F5 AI Guardrails (powered by CalypsoAI), blocking, flagging, or redacting flagged content. Register the page in the ROOT nav and the policies directory. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…erview Add the F5 Guardrails Policy to the LLM Policies table on the agent policies page and to the Policy Availability by Gateway table on the gateways overview page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Correct the policy page and the Policy Availability by Gateway table to state that the F5 Guardrails Policy isn't supported in Local Mode, consistent with the Azure Content Safety and Bedrock Guardrails policies. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove the Redaction and Error Handling sections from the F5 Guardrails Policy page and drop their now-dangling cross-references. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for the F5 Guardrails Policy (from microgateway-hybrid-policies PR #657), a new LLM-category policy that evaluates LLM prompts and responses against F5 AI Guardrails (powered by CalypsoAI) via the
POST /backend/v1/scansAPI and enforces the returned verdict at the gateway (allow / flag / redact / reject).Changes (gateway/1.13)
policies-included-f5-guardrails.adoc— modeled on the sibling Azure Content Safety / Bedrock Guardrails docs. Covers configuration (basic + advanced), request/response phases, the outcome→action mapping, per-phase scanner selection, redaction, response headers, metrics, error handling (fail-open/fail-closed + no-verdict), and example configurations.nav.adoc.policies-included-directory.adoc.Related
mulesoft-emu/docs-release-notesbranchW-23817598-f5-guardrail-policy-gr(companion PR).🤖 Generated with Claude Code