To block the creation of new API Keys in the JFrog Platform, set the property, artifactory.security.apiKey.blockCreate
, as true in the $JFROG_HOME/artifactory/var/etc/artifactory/artifactory.system.properties
file.
From Artifactory version 7.77, to block the creation of new API Keys in the JFrog Platform, also add the following in the Access YAML Configuration file:
security: authentication: disable-api-key-creation: true