Document Kubernetes static auth and DCR#1053
Open
danbarr wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Kubernetes documentation to close two known gaps: (1) proxy-layer static backend credential injection via MCPExternalAuthConfig (headerInjection / bearerToken), and (2) embedded authorization server upstream Dynamic Client Registration (DCR) configuration and operational implications.
Changes:
- Added a worked “Inject static backend credentials” section to the Kubernetes auth guide, including
MCPServer/MCPRemoteProxyreferences to sharedMCPExternalAuthConfig. - Restructured the embedded authorization server Kubernetes guide to separate baseline setup from optional client registration, Redis-backed session/DCR persistence, and upstream provider configuration.
- Documented upstream OAuth 2.0 DCR usage (
discoveryUrlvs directregistrationEndpoint), constraints, optional fields, and persistence behavior.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/toolhive/guides-k8s/remote-mcp-proxy.mdx | Adds a cross-link steering single-header static credentials to MCPExternalAuthConfig instead of headerForward. |
| docs/toolhive/guides-k8s/embedded-auth-server-k8s.mdx | Expands and reorganizes embedded auth server guidance, including upstream DCR configuration and Redis persistence implications. |
| docs/toolhive/guides-k8s/auth-k8s.mdx | Adds a new proxy-layer static backend credential injection section with worked YAML examples and cross-links. |
danbarr
marked this pull request as ready for review
July 21, 2026 21:21
danbarr
marked this pull request as draft
July 21, 2026 21:38
This was referenced Jul 21, 2026
danbarr
marked this pull request as ready for review
July 21, 2026 21:55
danbarr
force-pushed
the
codex/document-static-auth-dcr
branch
from
July 22, 2026 12:23
be6fdfd to
e405922
Compare
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.
Description
Documents the supported Kubernetes authentication paths for static backend credentials and upstream Dynamic Client Registration (DCR).
headerForwardfor proxy-specific headers andMCPExternalAuthConfigbearerTokenfor bearer tokens shared by multipleMCPRemoteProxyresources.MCPServer, performsheaderInjectionwhen it discovers the reference on a backend.Type of change
Related issues/PRs
Closes #1013 based on revised scope.
bearerTokenworks withMCPRemoteProxy, whileheaderInjectionremains specific to vMCP outgoing authentication.Closes #1021
Screenshots
Not applicable. No visual layout or navigation changes.
Submitter checklist
Content and formatting
Reviewer checklist
Content