Skip to content

Commit 6c28f1a

Browse files
d-bytebaseclaude
andauthored
docs: remove Custom API Endpoint secret manager integration (#920)
Remove documentation for the Custom API Endpoint feature from the secret manager integration section. This feature is being deprecated. Changes: - Removed "Custom API Endpoint" from supported integrations list - Removed complete Custom API Endpoint documentation section including endpoint format and expected response examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 01d023b commit 6c28f1a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

mintlify/get-started/connect/overview.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Never store database passwords in Bytebase. Use your existing secret manager for
9999
- **[AWS Secrets Manager](/get-started/connect/aws#aws-secrets-manager)** - For AWS deployments
100100
- **[GCP Secret Manager](/get-started/connect/gcp#gcp-secret-manager)** - For GCP deployments
101101
- **HashiCorp Vault** - Enterprise secret management
102-
- **Custom API Endpoint** - Custom integrations
103102

104103
#### HashiCorp Vault
105104

@@ -118,19 +117,6 @@ Requires Vault KV v2 engine
118117
2. Choose authentication: Token or AppRole
119118
3. Specify secret location
120119

121-
#### Custom API Endpoint
122-
123-
**Endpoint Format:** `{{http://example.com/secrets/mydbkey}}`
124-
125-
**Expected Response:**
126-
```json
127-
{
128-
"payload": {
129-
"data": "base64_encoded_password"
130-
}
131-
}
132-
```
133-
134120
## Instance Management
135121

136122
Configure instance-level settings to optimize how Bytebase interacts with your databases.

0 commit comments

Comments
 (0)