Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/toolhive/guides-k8s/remote-mcp-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ flowchart LR
IDP["Identity Provider<br>(Keycloak, Okta, etc.)"] -.->|validates tokens| Proxy
```

:::info[Experimental]

The MCPRemoteProxy CRD is still in an alpha state so breaking changes to the
spec and its capabilities are possible.

:::

## Prerequisites

- A Kubernetes cluster (current and two previous minor versions are supported)
Expand Down Expand Up @@ -217,7 +210,7 @@ with `authServerRef`.
:::

<Tabs groupId='auth-method' queryString='auth-method'>
<TabItem value='inline' label='MCPOIDCConfig (inline)' default>
<TabItem value='inline' label='OIDC provider' default>

Create an MCPOIDCConfig resource with inline OIDC settings and reference it from
the MCPRemoteProxy. This works with most identity providers:
Expand Down