Skip to content

Commit 2f76cd5

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.14 (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6395f8 commit 2f76cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/api-specs/crd-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ _Appears in:_
287287
| Field | Description | Default | Validation |
288288
| --- | --- | --- | --- |
289289
| `type` _string_ | Type is the type of OIDC configuration | kubernetes | Enum: [kubernetes configMap inline] <br /> |
290+
| `resourceUrl` _string_ | ResourceURL is the explicit resource URL for OAuth discovery endpoint (RFC 9728)<br />If not specified, defaults to the in-cluster Kubernetes service URL | | |
290291
| `kubernetes` _[KubernetesOIDCConfig](#kubernetesoidcconfig)_ | Kubernetes configures OIDC for Kubernetes service account token validation<br />Only used when Type is "kubernetes" | | |
291292
| `configMap` _[ConfigMapOIDCRef](#configmapoidcref)_ | ConfigMap references a ConfigMap containing OIDC configuration<br />Only used when Type is "configmap" | | |
292293
| `inline` _[InlineOIDCConfig](#inlineoidcconfig)_ | Inline contains direct OIDC configuration<br />Only used when Type is "inline" | | |

0 commit comments

Comments
 (0)