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:
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.
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.