Enable Edge for CPSH

Before you can install and use Edge sites in a CPSH environment, you have to send some technical information to Collibra Console via a specific API request. This includes a username and token from Artifactory, the artifact repository manager used by Edge. You can obtain this information from Collibra Support.

Note 
  • This information only applies to Edge sites installed as part of a non-air gapped Collibra Platform Self-Hosted environment.
  • If you try to create an Edge site for CPSH without enabling Edge, you cannot download the Edge site installer.

Steps

  1. Create a Collibra Support ticket and ask for help with configuring Edge on your CPSH environment.
    Collibra Support provides you with the Artifactory username and token.
  2. Send the following API request to Collibra Console, with the variables for your CPSH:
    curl -v --user "<Collibra Console username>:<Collibra Console password>" "https://<URL of Collibra Console>/rest/dgc/configuration/<DGC service model UUID>/json"
    -H 'Content-Type: application/json ' \
    --data-raw '{
      "edgeConfiguration": {
        "artifactoryUser": "<Artifactory user>",
        "artifactoryToken": "<Artifactory token>",
      "artifactoryUri":”https://repository.collibra.io/artifactory/”,
        "artifactoryRepoKey": "edge-helm-platinum",
        "signalfxToken": "DisabledForCPSH",
        "datadogToken": "DisabledForCPSH"
      }
    }'
    VariableDescription
    Collibra Console usernameYour Collibra Console username.
    Collibra Console passwordYour Collibra Console password.
    URL of Collibra Console

    The URL of Collibra Console. This typically consists of console- followed by the base URL of your CPSH.

    Example https://console-mycompany.collibra.com

    DGC service model UUID

    The UUID of the DGC managed service model.

    You can find this in the URL if you open the Data Governance Center service of your Collibra Console.

    Example https://console-mycompany.collibra.com/#/infrastructure/services/DGCManagedServiceModel:85a195a8-b519-483e-9ba0-823d6f896d30

    Artifactory userThe Artifactory username received from Collibra Support.
    Artifactory tokenThe Artifactory token received from Collibra Support.
  3. Restart the environment to apply your changes. For more information, go to Stop an environment and Start an environment.

What's next?

You can now create an Edge site and download the installer package. For more information, see the CPSH-Edge-Guide-2024.05.pdf Guide.