Conan v2 Configuration

OSA Proxy implementation

This page describes the current OSA Proxy implementation and Conan API v2.

conan:
  enabled: true
  repository:
    - name: codescoring-conan
      registry: https://center2.conan.io
      scan-manifest: true
      scan-package: true
    - name: arti-conan
      registry: https://artifactory.example.com/artifactory/api/conan/conan-proxy
      scan-manifest: true
      scan-package: true

Add OSA Proxy as a Conan remote:

conan remote add codescoring https://osa-proxy.example.com/codescoring-conan

OSA Proxy checks Conan v2 version lists and downloaded packages. Blocked versions are removed from results; Conan does not use remove-blocked-versions.

Was this page helpful?