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
-**Regional Deployment**: Deploy Sourcegraph in the same AWS region as your CodeCommit repositories for optimal performance
224
-
-**Repository Exclusion**: Use the `exclude` field to avoid syncing temporary or archived repositories
225
-
-**Connection Monitoring**: Regularly verify that your AWS credentials remain valid and have appropriate permissions
226
-
227
-
### Operational Management
228
-
-**Credential Rotation**: Implement regular rotation of AWS access keys and Git credentials
229
-
-**Monitoring**: Set up CloudWatch alarms for CodeCommit API usage and authentication failures
230
-
-**Backup Strategy**: Ensure your repository syncing strategy aligns with your backup and disaster recovery plans
231
-
232
-
### Deployment Considerations
233
-
-**Docker Deployments**: For SSH setups, properly mount SSH configuration files into containers
234
-
-**Kubernetes Deployments**: Use secrets for credential management and configure SSH access appropriately
235
-
-**Container Restart**: Plan for service restarts when updating SSH keys or credentials
236
-
237
-
### Migration and Setup
238
-
-**Testing**: Always test your configuration with a small subset of repositories first
239
-
-**Documentation**: Document your repository path patterns and credential management processes
240
-
-**Access Validation**: Verify Sourcegraph can access all intended repositories before full deployment
241
-
242
117
### Mounting SSH keys into the container
243
118
244
119
1. Copy all the files at your `$HOME/.ssh directory` to `$HOME/.sourcegraph/config/ssh` directory. See [docs](/admin/deploy/docker-single-container/#ssh-authentication-config-keys-knownhosts) for more information about our ssh file system.
0 commit comments