Skip to content

Commit 9507fa8

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.13 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1038826 commit 9507fa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/api-specs/crd-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ _Appears in:_
116116
| `issuer` _string_ | Issuer is the OIDC issuer URL | | Required: \{\} <br /> |
117117
| `audience` _string_ | Audience is the expected audience for the token | | |
118118
| `jwksUrl` _string_ | JWKSURL is the URL to fetch the JWKS from | | |
119+
| `introspectionUrl` _string_ | IntrospectionURL is the URL for token introspection endpoint | | |
119120
| `clientId` _string_ | ClientID is deprecated and will be removed in a future release. | | |
121+
| `clientSecret` _string_ | ClientSecret is the client secret for introspection (optional) | | |
120122
| `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) | | |
121123
| `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) | | |
122124
| `jwksAllowPrivateIP` _boolean_ | JWKSAllowPrivateIP allows JWKS/OIDC endpoints on private IP addresses<br />Use with caution - only enable for trusted internal IDPs | false | |
@@ -140,6 +142,7 @@ _Appears in:_
140142
| `audience` _string_ | Audience is the expected audience for the token | toolhive | |
141143
| `issuer` _string_ | Issuer is the OIDC issuer URL | https://kubernetes.default.svc | |
142144
| `jwksUrl` _string_ | JWKSURL is the URL to fetch the JWKS from<br />If empty, OIDC discovery will be used to automatically determine the JWKS URL | | |
145+
| `introspectionUrl` _string_ | IntrospectionURL is the URL for token introspection endpoint<br />If empty, OIDC discovery will be used to automatically determine the introspection URL | | |
143146
| `useClusterAuth` _boolean_ | UseClusterAuth enables using the Kubernetes cluster's CA bundle and service account token<br />When true, uses /var/run/secrets/kubernetes.io/serviceaccount/ca.crt for TLS verification<br />and /var/run/secrets/kubernetes.io/serviceaccount/token for bearer token authentication<br />Defaults to true if not specified | | |
144147

145148

0 commit comments

Comments
 (0)