Open
Conversation
- concepts/enforcement.md: add policy enforcement section (PDP, modes, obligations, caching, break-glass) - how-to/security/policy-enforcement.md: new setup guide with env vars and PDP request format - reference/sdk-python/pip.md: new PIP types reference page (auto-generated via mkdocstrings) - reference/sdk-python/index.md: add PIP types to quick import reference and card grid - reference/grpc.md: add EvaluatePolicyDecision RPC documentation - reference/configuration.md: add server-side policy enforcement env vars - reference/go-api.md: regenerated with pkg/pip package docs - mkdocs.yml: add new pages to nav
✅ Documentation Build SuccessfulThe documentation build completed successfully and passed validation checks.
|
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 user-facing documentation for RFC-005 policy enforcement (PDP integration).
Changes
New Pages
docs/how-to/security/policy-enforcement.md— Step-by-step guide for configuring PDP integration: observe mode → guard/strict mode, env vars, PDP request/response format, break-glass setupdocs/reference/sdk-python/pip.md— PIP types reference (auto-generated via mkdocstrings):PIPRequest,PIPResponse,EnforcementMode,Obligation, attribute typesUpdated Pages
docs/concepts/enforcement.md— Added §5 "Policy Enforcement" covering PDP integration, enforcement modes, obligations, decision caching, break-glass, badge-only modedocs/reference/grpc.md— AddedEvaluatePolicyDecisionRPC documentation with full request/response field tablesdocs/reference/configuration.md— Added "Policy Enforcement (Server)" section with env vars tabledocs/reference/sdk-python/index.md— Added PIP types to quick import reference and card griddocs/reference/go-api.md— Regenerated withgomarkdocto includepkg/pippackagemkdocs.yml— Added nav entries for new pagesRelated