Installing Artifactory Federation Service

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

The Artifactory Federation Service (RTFS) is used for the timely synchronization of huge volumes of artifact metadata between customer sites.Artifactory Federation Service

Note

The Artifactory Federation Service requires release 7.104.5 or later.

Enable Artifactory Federation Service

The Artifactory Federation Service can be enabled only using the Artifactory Helm installation. By default, this service is disabled.

  1. Create a custom-values.yaml file with the following content:

    rtfs:
      enabled: true
  2. Run the Helm upgrade command with the custom-values.yaml file.

  3. Restart Artifactory.

  4. Ping the Artifactory Federation Service to verify it is up and running:

    GET {{artifactory-host}}/rtfs/ping

    A 200 response indicates the presence of Artifactory Federation Service.

  5. [Users with existing Federated repositories] Migrate your existing Federated repositories (including configurations, states, and events) to the new service. For more information, see Migrate to the Artifactory Federation Service.Migrate to the Artifactory Federation Service