LogoLogo
PipekitPricingBlogPipekit StatusRelease Notes
  • Introduction
  • Getting Started
  • CLI
    • Cron Workflows
  • Pipekit Agent
    • Helm Install
  • Pipekit
    • Authentication
      • Okta
    • Runs
    • Pipes
      • Managing Pipes
        • Run Conditions
        • Secrets
        • Alerting
      • Pipe Runs
        • Run Graph (DAG)
        • Pod Logs
        • Workflow Logs
        • Workflow YAML
      • Cron Workflows
      • Externally Triggered Workflows
    • Metrics
    • Templates
    • Clusters
    • Organization
      • Creating an Organization
      • Managing Users
      • Managing Alert Providers
      • Settings
      • Permissions
  • Python SDK
    • Jupyter Notebooks
    • Python Scripts
  • Self-Hosting Pipekit
    • Dependencies and Pre-requisites
    • Container Images
    • Kubernetes Permissions
    • Self-Hosted Pipekit Helm Chart
    • License Key
    • Initial Login and Break Glass Account
    • Integrating with your Git Provider
    • Configuring SSO
  • Additional Information
    • Free Trial Cluster
  • REST API
Powered by GitBook
On this page
  • Connecting your Organization to git
  • GitHub
  • Gitlab
  • BitBucket
  1. Pipekit
  2. Organization

Creating an Organization

Last updated 2 months ago

Go to the and click on the Create Org button. You will be prompted to enter an organization name and a description. Once you have entered the required information, click on the Submit button to create your Pipekit Organization.

Connecting your Organization to git

You will then be prompted to optionally connect your Organization to your your git provider. You can choose to connect to either GitHub or Gitlab. Connecting your Organization to git allows your users:

  • to create Pipes from workflow manifests stored in your git repositories;

  • to trigger pipe runs based on git events;

  • to submit and manage workflowTemplates via Pipekit.

You can choose to add all your repositories or specific repositories to your Pipekit Organization.

GitHub

  1. Click the button for GitHub. It will lead you through the process to authorize Pipekit's GitHub App.

  2. When prompted by GitHub, select either, "All repositories" or select the list of repositories you would like to grant Pipekit access to using the dropdown.

  3. Click, "Authorize"

Gitlab

For Gitlab, you will need to create a . We recommend creating a service account user in your organization on Gitlab that has access to any repositories that you want Pipekit to read from.

To connect Pipekit, click the button for Gitlab, input the Personal Access Token that you created, optionally change the Gitlab URL and click, "Submit"

BitBucket

To connect Pipekit, click the button for BitBucket Data Center, input the access token and the URL to your BitBucket Data Center installation endpoint, then click "Submit".

For BitBucket, you will need a . You will need to create an access token with "PROJECT_READ" and "REPO_ADMIN" values.

Org tab in Pipekit
Personal Access Token
HTTP Access Token