Upload the Access YAML File

Upload access.config.import.yml to apply JFrog Access configuration changes.

Upload access.config.import.yml to apply JFrog Access configuration changes.

JFrog Access uses three configuration files in $JFROG_HOME/access/var/etc/access/:

FilePurpose
access.config.template.ymlRead-only reference listing all available configuration keys and their default values.
access.config.latest.ymlThe current running configuration, maintained automatically by the Access service.
access.config.import.ymlThe override file you create. The Access service reads this file on restart and applies the specified values.

Example

To change number-of-retries from 3 to 5:

  1. Open access.config.template.yml and locate the key to modify (e.g. number-of-retries: 3).
  2. Open access.config.latest.yml and paste the key-value pair from the template file.
  3. Update the value in access.config.latest.yml (e.g. change number-of-retries to 5).
  4. Save access.config.latest.yml as access.config.import.yml in $JFROG_HOME/access/var/etc/access/.
  5. Restart Artifactory to apply the changes. Restarting Artifactory also restarts the Access service, which loads access.config.import.yml and applies the updated configuration.