docs: RFC-008 delegation chains, envelope APIs, and May 2026 updates#43
Merged
Conversation
New pages: - concepts/delegation.md: Authority Envelopes & Delegation Chains concept - how-to/security/delegation-chains.md: Step-by-step delegation chain guide Updated references: - reference/grpc.md: Add 4 envelope RPCs (CreateEnvelope, DeriveEnvelope, BuildTransportHeaders, VerifyEnvelopeChain) and SimpleGuardService to service overview - reference/sdk-python/simple-guard.md: Add create_envelope(), derive_envelope(), make_delegation_headers() docs - reference/sdk-python/mcp.md: Add structured rejection fields (error_code, rejection_detail, requested/presented_capability) and scope_insufficient deny reason (RFC-008 B8) - reference/server/policy-enforcement.md: Add EnvelopeVerification config (CAPISCIO_MAX_CHAIN_DEPTH, CAPISCIO_ORG_TRUST_BOUNDARY), chain headers, chain verification error codes, PDP enrichment fields Updated guides: - identity/index.md: Show connect() zero-argument env var fallback - how-to/security/gateway-setup.md: Add chain verification config section - how-to/security/badge-keeper.md: Document automatic CA→PoP mode upgrade - mcp-guard/guides/evidence.md: Add GuardEventEmitter and policy_enforced event emission on deny Nav: - Add 'Delegation Chains' to Concepts and How-To > Security sections
✅ 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
Documents RFC-008 Authority Envelopes (Delegation Chains) across the documentation suite — new concept and how-to pages, plus reference updates for gRPC, Python SDK, MCP Guard, and server PEP.
New pages
Updated references
create_envelope(),derive_envelope(),make_delegation_headers()with full parameter tableserror_code,rejection_detail,requested_capability,presented_capability) +scope_insufficientdeny reasonUpdated guides
connect()env var fallbackNav
Verification