Artifactory

Supported version: Server Version 5.11.0 till 7.49.0

API Rate Limit:

Refer for API Rate Limit

Supported Authentication:

  • Basic Authentication
  • Token Based Authentication

Note: any one from the Basic or Token Based authentication given below can be used to configure the Artifactory Instance/Connector.

  1. Basic Authentication a. Basic authentication using username and password

To configure Artifactory to use basic authentication, follow the steps below:-

  • Enter your Artifactory URL for example http://artifactory.klera.io

  • Select “Create New Account” and add a user-friendly name for the account “Artifactory Account”

  • Enter your username and password

  • Click on “Save”

    b. Basic authentication using username and API Key

To configure Artifactory to use basic authentication, follow the steps below:-

  • Enter your Artifactory URL for example http://artifactory.klera.io
  • Select “Create New Account” and add a user-friendly name for the account “Artifactory Account”
  • Enter your username and API key
  • Click on “Save” c. Basic authentication using username and Token

To configure Artifactory to use basic authentication, follow the steps below:-

  • Enter your Artifactory URL for example http://artifactory.klera.io
  • Select “Create New Account” and add a user-friendly name for the account “Artifactory Account”
  • Enter your username and access token.
  • Click on “Save”
  1. Token Based Authentication a. Token based authentication using bearer token

To configure Artifactory to use Token based authentication, follow the steps below:-

  • Enter your Artifactory URL for example http://artifactory.klera.io
  • Select “Create New Account” and add a user-friendly name for the account “Artifactory Account”.
  • Enter the following details: Key : “Authorization” Value : Bearer
  • Check “Pass Parameter(s) in Header”.
  • Click on “Save”.

b. Token based authentication using API Key

To configure Artifactory to use Token based authentication, follow the steps below:-

  • Enter your Artifactory URL for example http://artifactory.klera.io
  • Select “Create New Account” and add a user-friendly name for the account “Artifactory Account”.
  • Enter the following details: Key : “X-JFrog-Art-Api” Value : API Key
  • Check “Pass Parameter(s) in Header”.
  • Click on “Save”.

IMPORTANT: Please make sure your Artifactory instance must be accessible from the Gathr Analytics Machine.

Top