Block Creation of New API Keys

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Previous to Artifactory version 7.77, 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, do not use the above setting in the Artifactory System Property file. Instead, in the Access YAML Configuration file, add the following:Access YAML Configuration

security:
  authentication:
    disable-api-key-creation: true