For the general eventual configuration.
<provider id="eventual" type="eventual"> <passThrough>true</passThrough> </provider>
In template of : cluster-s3-storage-v3
<provider id="eventual-cluster-s3" type="eventual-cluster"> <passThrough>true</passThrough> </provider>
In template of : cluster-google-storage-v2
<provider id="eventual-cluster-google-storage" type="eventual-cluster"> <passThrough>true</passThrough> </provider>In template of : cluster-azure-blob-storage-v2
<provider id="eventual-cluster-azure-blob-storage-v2" type="eventual-cluster"> <passThrough>true</passThrough> </provider>
After making this change a restart of Artifactory is required.
If you have an HA setup you can make this change on one node. Restart, wait for it to come back up and then restart the other nodes. The configuration will automatically propagate and just needs a restart to be applied to each node.