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
docs: clean up instance connection documentation (#835)
- Remove unnecessary image references and files from instance.mdx
- Consolidate Advanced Options and Security Features sections
- Improve clarity of SSH Tunnel and Secret Manager descriptions
- Simplify Read-Only Connections setup instructions
- Remove 6 outdated webp images that were cluttering the docs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
Use SSH tunneling to connect through a bastion host or jump server when your database is behind a firewall, in a private network, or requires specific security policies for access. This is common for databases in different VPCs or restricted network segments.
Integrate with external secret managers for centralized credential management. Use this for corporate compliance, automatic password rotation, or when you prefer not to store credentials directly in Bytebase.
117
102
118
103
**Supported Providers:**
119
104
-**HashiCorp Vault** - Configure below
120
105
-**[AWS Secrets Manager](#aws-secrets-manager)** - See AWS configuration section
121
106
-**[GCP Secret Manager](#gcp-secret-manager)** - See GCP configuration section
0 commit comments