Set up our JFrog Pipelines Integrations

Our CI/CD pipeline requires access to GitHub to pull our code, access to JFrog Artifactory to publish our Docker image and build info and access to the AKS cluster to deploy our application. We will set up JFrog Pipelines integrations to enable these.

Pipelines Integration

An Integration connects Pipelines to an external service/tool. Each integration type defines the endpoint, credentials and any other configuration detail required for Pipelines to exchange information with the service. All credential information is encrypted and held in secure storage, in conformance with best security practices.

  1. In your JFrog Platform instance, go to Administration > Pipelines > Integrations.

  2. Click Add an Integration.

  3. For the Name, enter github_integration.

  4. For Integration Type, select GitHub.

  5. Copy and paste your GitHub personal access token.

    Ensure it has these minimum GitHub permissions:

    • repo (all)
    • admin:repo_hook (read, write)
    • admin:public_key (read, write)
  6. Click Test connection to validate.

  7. Click Create to create the integration.

GitHub Integration

  1. Click Add an Integration again.

  2. For the Name, enter artifactory_integration.

  3. For Integration Type, select Artifactory.

  4. Click Get API Key to generate an API key.

  5. Click Test connection to validate.

  6. Click Create to create the integration.

Artifactory Integration

  1. Click Add an Integration again.

  2. For the Name, enter aks_integration.

  3. For Integration Type, select Kubernetes.

  4. Copy and paste your AKS Kubernetes cluster kubeconfig.

  5. Click Create to create the integration.

AKS Integration

Congratulations! We have created the integrations that are required for our CI/CD pipeline.