Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions mintlify/get-started/connect/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ Never store database passwords in Bytebase. Use your existing secret manager for
- **[AWS Secrets Manager](/get-started/connect/aws#aws-secrets-manager)** - For AWS deployments
- **[GCP Secret Manager](/get-started/connect/gcp#gcp-secret-manager)** - For GCP deployments
- **HashiCorp Vault** - Enterprise secret management
- **Custom API Endpoint** - Custom integrations

#### HashiCorp Vault

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

#### Custom API Endpoint

**Endpoint Format:** `{{http://example.com/secrets/mydbkey}}`

**Expected Response:**
```json
{
"payload": {
"data": "base64_encoded_password"
}
}
```

## Instance Management

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