Creating an Automatic Admin Token:
This Access admin-scoped token is designed to be used for a short time only and its purpose is to start up the system. This provides customers with the option of setting up their JFrog Platform in an automated, fully UI-free setup.
Generate an admin-scoped token by placing a generate.token.json file under the $JFROG_HOME/artifactory/var/bootstrap/etc/access/keys directory. For example:
This Access admin-scoped token is designed to be used for a short time only and its purpose is to start up the system. This provides customers with the option of setting up their JFrog Platform in an automated, fully UI-free setup.
Generate an admin-scoped token by placing a generate.token.json file under the $JFROG_HOME/artifactory/var/bootstrap/etc/access/keys directory. For example:
$JFROG_HOME/artifactory/var/bootstrap/etc/access/keys/generate.token.jsonWhen bootstrapping, if this file is created, this will generate a token and set it under the $JFROG_HOME/artifactory/var/etc/access/keys/ directory. For example:
$JFROG_HOME/artifactory/var/etc/access/keys/token.jsonThe generated token is limited to a 15 minute expiry, after which the system will revoke the token.