Resolution

ARTIFACTORY: How to resolve “<TARGET> does not trust HOME” error when configuring Access Federation

AuthorFullName__c
Ino Choi
articleNumber
000005860
ft:sourceType
Salesforce
FirstPublishedDate
2023-09-07T19:09:18Z
lastModifiedDate
2023-09-07
VersionNumber
2
To resolve the issue, implement these steps:

1. Duplicate the $JFROG_HOME/artifactory/var/etc/access/access.config.latest.yml file and rename it as $JFROG_HOME/artifactory/var/etc/access/access.config.import.yml.

2. Modify the $JFROG_HOME/artifactory/var/etc/access/access.config.latest.yml file by increasing the value of "revocable-expiry-threshold" above 120. (The default value is 21600). For instance:
token:
  revocation:
    revocable-expiry-threshold: 180

3. Proceed to restart Artifactory and ensure that the change is reflected within the $JFROG_HOME/artifactory/var/etc/access/access.config.latest.yml file.

4. Follow the necessary steps to enable Access Federation. At this point, you will observe that Access Federation has been successfully configured.
User-added image