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.
- 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
- 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. - Send the following API request to Collibra Console, with the variables for your CPSH:
Copy
curl -v --user '< Username>:< Password>' -X POST "https://<URL of >/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"
}
}'Variable Description Collibra Console username Your Collibra Console username. Collibra Console password Your 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.
Show me how- Open Collibra Console.
Collibra Console opens with the Infrastructure page. - In the tab pane, expand an environment to show its services.
- In the tab pane, click the Data Governance Center service of that environment.
Example https://console-mycompany.collibra.com/#/infrastructure/services/DGCManagedServiceModel:85a195a8-b519-483e-9ba0-823d6f896d30
Artifactory user The Artifactory username received from Collibra Support. Artifactory token The Artifactory token received from Collibra Support. - Open Collibra Console.
- Restart the environment to apply your changes. For more information, go to Stop an environment and Start an environment.
You can now create an Edge site and download the installer package. For more information, see the Collibra-CPSH-Edge-Guide-2026.03.pdf Guide.