Install the JFrog Bridge (Self-Managed)
Enable secure communication between your JFrog Platform Deployment (JPD) and JFrog ML for Self-Managed systems.
For self-managed environments, setting up the Bridge is the mandatory first step to unlock AI/ML capabilities for your organization.
See below for how to install the bridge. Refer to Manage Bridges for more details.
Prerequisites:
- You must have Platform Administrator privileges to verify that the JFrog Bridge has been installed.
- To use AI/ML capabilities, your JFrog Platform must meet the following minimum version requirements:
- Artifactory: 7.117.5 or higher
- Xray: 3.137.30 or higher
- Package Catalog: 1.34.6 or higher
Install the Bridge
-
Navigate to AI/ML.
-
In the Internal Artifactory URL field, enter the URL that allows the Bridge client (running in your Kubernetes cluster) to communicate with your JPD.
The bridge should be installed where it has a network connection to Artifactory.
-
In the Administration module, select Security > General and scroll down to Connection details.
-
Copy the Join Key and download the values.yaml file.
-
Copy the generated Helm command snippet and run it in the Kubernetes cluster where your JPD is installed.
Example complete Helm command snippet:
helm repo add jfrog https://charts.jfrog.io/ && \\ helm repo update && \\ helm install jfrog-bridge jfrog/bridge --set jfrogUrl="<YOUR_JPD_URL>" --set tunnel.client.bridges.jfrogml.local.url="<YOUR_INTERNAL_ARTIFACTORY_URL>" --values values.yaml --set joinKey=<JOIN_KEY>Where:
- the
jfrogUrlparameter in the Helm command snippet will update automatically according to your base URL. - the
tunnel.client.bridges.jfrogml.local.urlwill update automatically according to the Internal Artifactory URL that you input.
- the
-
Select the confirmation checkbox "I've successfully installed the JFrog Bridge..."
-
Click Next.
Updated about 1 hour ago
