You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/api-specs/toolhive-crd-api.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,8 @@ _Appears in:_
259
259
|`jwksUrl`_string_| JWKSURL is the URL to fetch the JWKS from |||
260
260
|`introspectionUrl`_string_| IntrospectionURL is the URL for token introspection endpoint |||
261
261
|`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 |||
263
264
|`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) |||
264
265
|`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) |||
265
266
|`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
0 commit comments