After changing the base URL or Federated base URL, the administrator must generate a new pairing token and pair the source and target JPDs.
Important
Make sure to perform this procedure on each remote Federation member that uses the legacy Federation service. This procedure does not need to be performed on members that use the Artifactory Federation Service (RTFS).
To generate new tokens:
Generate a new token from the source JPD using the Create Pairing Token Platform REST API.
Pair the target JPD to the source JPD using the new token with the Initiate Pairing Platform REST API.
Replace the base URL (or Federated base URL) by executing the following POST request against the target JPD:
api/federation/replaceUrlwith the following body:{ "oldBaseUrl": "http:/<old base URL>/artifactory", "newBaseUrl": "http://<new base URL>/artifactory" }Continue with After Changing the Base URL.