Skip to content

Commit 786bcc8

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.56 (#293)
1 parent a32061d commit 786bcc8

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

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

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ _Appears in:_
155155

156156
| Field | Description | Default | Validation |
157157
| --- | --- | --- | --- |
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 /> |
160159
| `externalAuthConfigRef` _[ExternalAuthConfigRef](#externalauthconfigref)_ | ExternalAuthConfigRef references an MCPExternalAuthConfig resource<br />Only used when Type is "external_auth_config_ref" | | |
161160

162161

@@ -1494,7 +1493,6 @@ SecretKeyRef is a reference to a key within a Secret
14941493
_Appears in:_
14951494
- [InlineOIDCConfig](#inlineoidcconfig)
14961495
- [RedisCacheConfig](#rediscacheconfig)
1497-
- [ServiceAccountAuth](#serviceaccountauth)
14981496
- [TokenExchangeConfig](#tokenexchangeconfig)
14991497

15001498
| Field | Description | Default | Validation |
@@ -1521,24 +1519,6 @@ _Appears in:_
15211519
| `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 | | |
15221520

15231521

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\} | |
1540-
1541-
15421522
#### StorageReference
15431523

15441524

0 commit comments

Comments
 (0)