Azure DevOps
Guide on integrating Azure DevOps with Ketryx
Last updated
Was this helpful?
Guide on integrating Azure DevOps with Ketryx
Last updated
Was this helpful?
This section provides an introduction to the integration of Azure DevOps with Ketryx. Our focus is on outlining the process of setting up this integration, utilizing Personal Access Tokens (PAT) to enhance your software development practices. This guide will walk you through the steps required to establish a connection between Azure DevOps and Ketryx.
Tools used to develop and release a product with Ketryx Lifecycle Management are provided in . The release process is described in detail in , while setting up code repositories is described in .
The integration process with Azure DevOps varies slightly depending on whether you are working with public or private repositories. Here's a breakdown of the key differences:
Accessibility: Public repositories are open to the public, meaning that anyone can view the repository content and its history.
Integration Setup: For public repositories, the setup process for integrating with Ketryx is generally straightforward. You do not need to use an access token for basic integration tasks, such as SOUP dependency analysis.
Accessibility: Private repositories restrict access to authorized individuals or collaborators. Only those with permission can view and interact with the repository.
Integration Setup: When integrating with private repositories, you typically require an access token. This token ensures secure and authorized communication between Azure DevOps and Ketryx for tasks like SOUP dependency analysis.
It's important to consider your repository's visibility when setting up the integration, as public and private repositories have distinct access requirements. The integration guide provides specific instructions based on the type of repository you are working with, ensuring a seamless and secure integration experience.
The following Read-only permissions are required for the integration with Ketryx:
Code
When creating the personal access token please make sure to select all necessary permissions for your application.
This token will serve as the authentication method to fetch the Git repository for SOUP dependency analysis from Azure DevOps.
When entering the authentication credentials in Ketryx, the username has no effect, but the password should be the PAT.
Please see .
Ketryx does not support Code Change Reviews with Azure DevOps at this time. We are working on adding this feature in the future. Please if you this feature is a priority for you.