|
Directly editing the global configuration descriptor is an advanced feature that can wipe all your configuration! Please make sure you know what you are doing and keep a backup of the configuration. |
Getting or Saving the Global Configuration Descriptor through the UI
Go to Admin:Advanced:Config Descriptor and copy the security configuration from the text area.

Getting and Saving the Global Configuration Descriptor through REST API
To retrieve configuration send a GET request to http://<host>:<port>/artifactory/api/system/configuration, e.g.:
To set configuration send a POST request to http://<host>:<port>/artifactory/api/system/configuration with the configuration data, e.g.:
Note that you need to provide admin privileges with the request.
Bootstrapping Artifactory's Configuration
It is possible to bootstrap Artifactory with predefined global configuration by creating a $ARTIFACTORY_HOME/etc/artifactory.config.import.xml file containing the Artifactory configuration descriptor.
Once Artifactory sees this file at startup, it will use the information in the file to override its global configuration.
This can be useful if you wish to copy configuration between different Artifactory instances.