- JFrog Artifactory
- AWS CodeArtifact
- Self-hosted Conan servers
- Access private Conan packages during dependency resolution
- Generate comprehensive security analysis including private dependencies
- Maintain complete visibility into your software supply chain
- Use package manager integrations to simplify scanning when authentication to private repositories is not part of standard manifest or settings files.
- Package manager integrations allow you to set custom repositories for each package ecosystem and the priority of each repository for scanning.
- Select User menu > Integrations from the left sidebar.
- Select Add next to the package manager configuration you want to add.
- Select Add Package Manager.
- Enter a Name for the integration.
- Choose an authentication type and complete the required fields.
- Optionally, under Advanced, select Propagate this package manager to all child namespaces to share this integration with child namespaces.
- Click Add Package Manager.
Test package manager integration
You can test the connection to a configured package manager to verify that Endor Labs can reach the repository. To test the connection:- Select User menu > Integrations from the left sidebar.
- Click Manage in the package manager configuration you want to customize.
- Click the vertical three dots of the package manager configured and select Test Connection.
The integration does not perform authentication or authorization checks on the package manager repository.
Edit package manager integration
You can edit an existing package manager integration to update the name, repository URL, or authentication credentials. To edit a package manager integration:- Select User menu > Integrations from the left sidebar.
- Click Manage next to the package manager you want to edit.
- Click the vertical three dots on the configured integration you want to edit and select Edit.
- You can modify the name, package manager URL, and credentials.
- Click Save Changes.
Configure a private Conan registry using API
Use endorctl to create aPackageManager resource for your private Conan registry. Endor Labs supports two authentication methods: basic authentication and AWS CodeArtifact.
Basic authentication
Use basic authentication to connect to JFrog Artifactory or a self-hosted Conan server. Replace the following placeholders before running the command:<namespace>with your Endor Labs namespace<registry-url>with the URL of your Conan registry (for example,https://your-artifactory.example.com/artifactory/api/conan/conan-local)<remote-name>with a logical name for this registry (for example,artifactory)<username>with your registry username<password-or-token>with your registry password or API token
AWS CodeArtifact authentication
Use AWS CodeArtifact authentication to connect to a Conan repository hosted in AWS CodeArtifact. Endor Labs assumes the specified IAM role to obtain short-lived credentials before each scan. Before configuring this integration, create an IAM role with the required trust policy. See Configure package manager integrations with AWS for instructions. Replace the following placeholders before running the command:<namespace>with your Endor Labs namespace<registry-url>with your AWS CodeArtifact endpoint URL (for example,https://<domain>-<account-id>.d.codeartifact.<region>.amazonaws.com/conan/<repository>/)<remote-name>with a logical name for this registry<domain>with your AWS CodeArtifact domain name<account-id>with your AWS account ID<repository>with your AWS CodeArtifact repository name<region>with the AWS region hosting your CodeArtifact repository<role-arn>with the ARN of the IAM role Endor Labs should assume<audience>with the allowed audience value configured in your trust policy