Block Creation of New API Keys

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

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:Access YAML Configuration

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