The Azure DevOps integration lets Konnect Catalog securely read and ingest repository metadata from Azure DevOps using a PAT with Code:Read access. Teams can reference and manage their source-code assets inside Catalog and prepare for future governance and scorecard workflows.
For a complete tutorial, choose one of the following:
- Connect Azure DevOps repositories to Catalog with the Konnect API
- Connect Azure DevOps repositories to Catalog with the Konnect UI
Prerequisites
You need to configure the following:
- An Azure DevOps account.
- An Azure DevOps personal access token (PAT) with
Code:Readpermission.
Authenticate the Azure DevOps integration
For additional Azure DevOps resources, use the following table:
|
Entity |
Description |
|---|---|
| OAuth 2.0 Scopes | Define and control the specific resources an OAuth application can access in Azure DevOps by requesting granular scopes. |
| Personal Access Tokens (PATs) | Authenticate with Azure DevOps by generating a time-limited token that grants scoped access, follow least-privilege practices by selecting only required permissions, and store the token securely to prevent misuse. |