As of Artifactory version 7.84.x, self-hosted customers can control the creation and usage of API Keys in their environments using the following flags in the access.config.yaml
file, with a default setting of false
:
security.authentication.disable-api-key-creation: false # When set to true, block user from create api key security.authentication.disable-api-key-authentication: false # When set to true, block user from authenticate with api key.
Starting from Artifactory version 7.98, the default setting for security.authentication.disable-api-key-creation
will be true
:
security.authentication.disable-api-key-creation: true # When set to true, block user from create api key