Upload the Access YAML File

Example Follow these steps to change the setting of number-of-retries from 3 (the default) to 5:

Example

Follow these steps to change the setting of number-of-retries from 3 (the default) to 5:

  1. Open the access.config.template.yml file and copy the number-of-retries: 3 Key-Value pair.
  2. Paste the copied Key-Value pair into the access.config.latest.yml file.
  3. In access.config.latest.yml, change the value of number-of-retries to 5.
  4. Save the modified access.config.latest.yml as access.config.import.yml.
  5. Restart Artifactory. This restarts the Access service, which populates access.config.import.yml with the updated configuration values.