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
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,7 @@ _Appears in:_
155
155
156
156
| Field | Description | Default | Validation |
157
157
| --- | --- | --- | --- |
158
-
|`type`_string_| Type defines the authentication type || Enum: [discovered pass_through service_account external_auth_config_ref] <br />Required: \{\} <br /> |
159
-
|`serviceAccount`_[ServiceAccountAuth](#serviceaccountauth)_| ServiceAccount configures service account authentication<br />Only used when Type is "service_account" |||
158
+
|`type`_string_| Type defines the authentication type || Enum: [discovered pass_through external_auth_config_ref] <br />Required: \{\} <br /> |
160
159
|`externalAuthConfigRef`_[ExternalAuthConfigRef](#externalauthconfigref)_| ExternalAuthConfigRef references an MCPExternalAuthConfig resource<br />Only used when Type is "external_auth_config_ref" |||
161
160
162
161
@@ -1494,7 +1493,6 @@ SecretKeyRef is a reference to a key within a Secret
1494
1493
_Appears in:_
1495
1494
-[InlineOIDCConfig](#inlineoidcconfig)
1496
1495
-[RedisCacheConfig](#rediscacheconfig)
1497
-
-[ServiceAccountAuth](#serviceaccountauth)
1498
1496
-[TokenExchangeConfig](#tokenexchangeconfig)
1499
1497
1500
1498
| Field | Description | Default | Validation |
@@ -1521,24 +1519,6 @@ _Appears in:_
1521
1519
|`targetEnvName`_string_| TargetEnvName is the environment variable to be used when setting up the secret in the MCP server<br />If left unspecified, it defaults to the key |||
1522
1520
1523
1521
1524
-
#### ServiceAccountAuth
1525
-
1526
-
1527
-
1528
-
ServiceAccountAuth defines service account authentication
1529
-
1530
-
1531
-
1532
-
_Appears in:_
1533
-
-[BackendAuthConfig](#backendauthconfig)
1534
-
1535
-
| Field | Description | Default | Validation |
1536
-
| --- | --- | --- | --- |
1537
-
|`credentialsRef`_[SecretKeyRef](#secretkeyref)_| CredentialsRef references a secret containing the service account credentials || Required: \{\} <br /> |
1538
-
|`headerName`_string_| HeaderName is the HTTP header name for the credentials | Authorization ||
1539
-
|`headerFormat`_string_| HeaderFormat is the format string for the header value<br />Use \{token\} as placeholder for the credential value | Bearer \{token\}||
0 commit comments