Every time you change the Access configuration by loading a new access.config.import.yml
file, Access stores the current configuration, before it is replaced, in an access.config.latest.<timestamp>.yml
file.
At any time, if you want to revert to a previous configuration:
Find the
access.config.latest.<timestamp>.yml
file with the relevant timestamp.Rename the file to
access.config.import.yml
.Restart Artifactory.
The Access service also restarts, which then loads the values in
access.config.import.yml
with the updated configuration.