From e5e07d35635cb5a938a5686b522f9d91737ffaea Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 15 Aug 2025 00:40:16 +0000
Subject: [PATCH] Update ToolHive reference docs for
toolhive-operator-crds-0.0.14
---
static/api-specs/crd-api.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/static/api-specs/crd-api.md b/static/api-specs/crd-api.md
index 0044f2cf..34154409 100644
--- a/static/api-specs/crd-api.md
+++ b/static/api-specs/crd-api.md
@@ -287,6 +287,7 @@ _Appears in:_
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `type` _string_ | Type is the type of OIDC configuration | kubernetes | Enum: [kubernetes configMap inline]
|
+| `resourceUrl` _string_ | ResourceURL is the explicit resource URL for OAuth discovery endpoint (RFC 9728)
If not specified, defaults to the in-cluster Kubernetes service URL | | |
| `kubernetes` _[KubernetesOIDCConfig](#kubernetesoidcconfig)_ | Kubernetes configures OIDC for Kubernetes service account token validation
Only used when Type is "kubernetes" | | |
| `configMap` _[ConfigMapOIDCRef](#configmapoidcref)_ | ConfigMap references a ConfigMap containing OIDC configuration
Only used when Type is "configmap" | | |
| `inline` _[InlineOIDCConfig](#inlineoidcconfig)_ | Inline contains direct OIDC configuration
Only used when Type is "inline" | | |