Run Commands

Activate ES for Single-Cluster

Learn how to set up a Enterprise server for a single-cluster environment embedded in pachd.

You can register an existing single-cluster Pachyderm instance to the embedded Enterprise Server that comes included with pachd using the steps in this guide. Doing so enables you to also activate authentication and set up IdP connectors.

Before You Start #

  • You must have an Enterprise license key
  • You must have an active Pachyderm cluster

How to Activate Enterprise Server #

  1. Open your terminal.
  2. Activate Enterprise Server:
echo <enterprise-license-key-value> | pachctl license activate
  1. Activate Authentication:
pachctl auth activate --enterprise
  1. Set up your Identity Provider (IdP).