-
Notifications
You must be signed in to change notification settings - Fork 2
DRAFT: adds start for auth docs #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ChrisJBurns <[email protected]>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces initial documentation for authentication and authorization features in ToolHive, covering both CLI and Kubernetes deployment scenarios. The documentation explains how to secure MCP servers using OIDC for authentication and Cedar policies for authorization.
- Comprehensive authentication and authorization guide for Kubernetes deployments
- CLI-focused authentication and authorization guide
- Detailed Cedar policy concepts and configuration documentation
- Conceptual overview of ToolHive's auth framework
- Reusable partial files for common auth-related content
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
docs/toolhive/guides-k8s/auth-k8s.mdx | Complete guide for setting up auth in Kubernetes with external IdP and service-to-service auth patterns |
docs/toolhive/guides-cli/auth.mdx | CLI-focused authentication and authorization setup guide |
docs/toolhive/concepts/cedar-policies.md | Detailed documentation on writing and configuring Cedar authorization policies |
docs/toolhive/concepts/authentication-authorization.md | Comprehensive conceptual overview of ToolHive's authentication and authorization framework |
docs/toolhive/concepts/auth-framework.md | Focused conceptual documentation on the auth framework design and benefits |
docs/toolhive/_partials/_oidc-prerequisites.md | Reusable partial for OIDC prerequisites across auth guides |
docs/toolhive/_partials/_basic-cedar-config.md | Reusable partial showing basic Cedar policy configuration examples |
docs/toolhive/_partials/_auth-troubleshooting.md | Reusable partial for common authentication and authorization troubleshooting |
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
DRAFT for now, just wanted to get files into git and preview them
Description
Related issues/PRs
Screenshots
Merge checklist
Content
sidebars.ts
) updated for added, deleted, reordered, or renamed filesvercel.json
for moved, renamed, or deleted pages (i.e., if the URL slug changed)Reviews