Installing Evidence

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

The Evidence service generates an audit trail documenting all the security, quality, and operational steps to produce a production-ready software release.

Enable Evidence Service

The Evidence service can be enabled only using the Artifactory Helm installation. By default, this service is disabled.

  1. Create a custom-values.yaml file with the following content:

    evidence:
      enabled: true
  2. Run the Helm upgrade command with the custom-values.yaml file.

  3. Restart Artifactory.

  4. Ping the Evidence service using the following API:

    GET {{artifactory-host}}/evidence/api/v1/system/ping

    A 200 response indicates the presence of the Evidence service.

  5. From the Application module, select Artifactory > Artifacts and select an artifact from the tree. Look for the Evidence tab in the right pane. For more information, see View the Artifact Evidence Table.View the Artifact Evidence Table