Code Ocean VPC Administration Guide
v2.6
v2.6
  • Code Ocean VPC Administration Guide
  • Overview
    • System Overview
    • System Capacity and Sizing
  • Installation Guide
    • Prerequisites
    • CloudFormation Deployment
    • Deployment Parameters
    • Deployment IAM role
    • Subdomain Delegation
    • Create an Admin Account
    • Upgrade Code Ocean
    • Remove Code Ocean
  • Management Guide
    • User Management
      • Admin Signup
      • Adding/Removing an Administrator
      • Inviting New Users
      • Generating a Reset Password Link
      • Deactivate User
    • Set up a User Banner Message
    • Enable Git Integration
    • Starter Environments
      • Deploy Base Image
      • Image Actions
      • Deploying Private Docker Base Images
    • SCIM Provisioning using Azure Active Directory
    • Set up an Authentication
    • SCIM Provisioning using Okta
    • Configure Worker Parameters
    • ACM Certificate Renewal
  • Troubleshooting Guide
    • Collecting Logs with the Support Bundle
    • Searching Logs in AWS CloudWatch
    • Alarms
Powered by GitBook
On this page

Was this helpful?

  1. Management Guide

Enable Git Integration

PreviousSet up a User Banner MessageNextStarter Environments

Last updated 2 years ago

Was this helpful?

Git Configuration

You can integrate your company’s git provider into the server. This will allow the user in the organization to sync their existing git repositories with the Code Ocean capsule. Visit the for more details about this functionality.

  1. Navigate to the Admin Panel.

  2. Click Integrations.

  3. Choose the git provider from the drop-down menu.

  4. Enter the organization's name and click Submit.

Once the integration has been configured and users have added their credentials in their Code Ocean accounts page, they will be able to create a capsule by cloning a private repository. If the organization name was specified during configuration, users will only be able create a capsule by cloning from repositories in that organization.

If no organization name was specified, users will be able create a capsule by cloning from any private repository that their account has permission to access.

Code Ocean currently supports integration of a single Git provider, either GitHub, GitLab, or BitBucket.

GitHub Integration Guide