The Artifactory Federation Service (RTFS) is used for the timely synchronization of huge volumes of artifact metadata between customer sites.
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.
Create a
custom-values.yaml
file with the following content:rtfs: enabled: true
Run the
Helm upgrade
command with thecustom-values.yaml
file.Restart Artifactory.
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.
[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.