docs: document adding and updating gateway policies - #496
Merged
Merged
Conversation
Add an "Add or Update Policies in a Gateway" how-to across all four gateway doc versions (1.0.0, 1.1.0, 1.2.0, next), wired into the nav and redirects. The page covers adding managed (Policy Hub) and local policies, pinning versions (major/minor/exact), rebuilding the image with the ap CLI, and rolling it out via docker-compose. - Align the custom-policies build page with ap CLI v0.9.1: versioned, platform-neutral download, folder-aware extraction, ap version. - AI Gateway guardrails: split the extend section into "Add or update guardrails" (link to the new page) and "Custom guardrails" (link to writing a custom policy) across all versions. Signed-off-by: Renuka Fernando <renukapiyumal@gmail.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: Comment |
RakhithaRR
approved these changes
Sep 15, 2026
Krishanx92
approved these changes
Sep 16, 2026
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.
Purpose
The gateway docs explain how to build a gateway with custom policies, but not how to add a managed policy, update a policy to a different version, or roll the change out. This PR adds a dedicated how-to and aligns the surrounding pages with the current ap CLI (v0.9.1).
Preview
Approach
ap gateway image build, and rolling it out via docker-compose.ap versioncommand.Related Issues
N/A
Checklist