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/:
| File | Purpose |
|---|---|
access.config.template.yml | Read-only reference listing all available configuration keys and their default values. |
access.config.latest.yml | The current running configuration, maintained automatically by the Access service. |
access.config.import.yml | The 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:
- Open
access.config.template.ymland locate the key to modify (e.g.number-of-retries: 3). - Open
access.config.latest.ymland paste the key-value pair from the template file. - Update the value in
access.config.latest.yml(e.g. changenumber-of-retriesto5). - Save
access.config.latest.ymlasaccess.config.import.ymlin$JFROG_HOME/access/var/etc/access/. - Restart Artifactory to apply the changes. Restarting Artifactory also restarts the Access service, which loads
access.config.import.ymland applies the updated configuration.
Updated 9 days ago
