Skip to content

Commit 44ea62b

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.44 (#261)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 134f66d commit 44ea62b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

static/api-specs/toolhive-crd-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ _Appears in:_
259259
| `jwksUrl` _string_ | JWKSURL is the URL to fetch the JWKS from | | |
260260
| `introspectionUrl` _string_ | IntrospectionURL is the URL for token introspection endpoint | | |
261261
| `clientId` _string_ | ClientID is the OIDC client ID | | |
262-
| `clientSecret` _string_ | ClientSecret is the client secret for introspection (optional) | | |
262+
| `clientSecret` _string_ | ClientSecret is the client secret for introspection (optional)<br />Deprecated: Use ClientSecretRef instead for better security | | |
263+
| `clientSecretRef` _[SecretKeyRef](#secretkeyref)_ | ClientSecretRef is a reference to a Kubernetes Secret containing the client secret<br />If both ClientSecret and ClientSecretRef are provided, ClientSecretRef takes precedence | | |
263264
| `thvCABundlePath` _string_ | ThvCABundlePath is the path to CA certificate bundle file for HTTPS requests<br />The file must be mounted into the pod (e.g., via ConfigMap or Secret volume) | | |
264265
| `jwksAuthTokenPath` _string_ | JWKSAuthTokenPath is the path to file containing bearer token for JWKS/OIDC requests<br />The file must be mounted into the pod (e.g., via Secret volume) | | |
265266
| `jwksAllowPrivateIP` _boolean_ | JWKSAllowPrivateIP allows JWKS/OIDC endpoints on private IP addresses<br />Use with caution - only enable for trusted internal IDPs | false | |
@@ -1188,6 +1189,7 @@ SecretKeyRef is a reference to a key within a Secret
11881189

11891190

11901191
_Appears in:_
1192+
- [InlineOIDCConfig](#inlineoidcconfig)
11911193
- [TokenExchangeConfig](#tokenexchangeconfig)
11921194

11931195
| Field | Description | Default | Validation |

0 commit comments

Comments
 (0)