Skip to content

Artifactory configuration

artifactory:
  url: "https://artifactory.example.com"
  apiKey: "01234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

url

Artifcatory URL.

Config file

artifactory:
  url: "https://artifactory.example.com"

Environment variables

  • ATFCLNP_ARTIFACTORY_URL

apiKey

Artifactory API key.

Config file

artifactory:
  apiKey: "01234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Environment variables

  • ATFCLNP_ARTIFACTORY_APIKEY

apiKeyFile

Use content of secret file as Artifactory API key if apiKey not defined.

Config file

credentials:
  apiKeyFile: /run/secrets/apikey

Environment variables

  • ATFCLNP_ARTIFACTORY_APIKEYFILE

Last update: 2020-09-24 14:21:34
Created: 2020-09-24 14:21:34