mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-06 22:23:53 -05:00
56 lines
2.4 KiB
Plaintext
56 lines
2.4 KiB
Plaintext
---
|
|
title: "Azure DevOps"
|
|
description: "How to sync secrets from Infisical to Azure DevOps"
|
|
---
|
|
|
|
### Usage
|
|
Prerequisites:
|
|
|
|
- Set up and add envars to [Infisical Cloud](https://app.infisical.com).
|
|
- Create a new [Azure DevOps](https://dev.azure.com) project if you don't have one already.
|
|
|
|
|
|
#### Create a new Azure DevOps personal access token (PAT)
|
|
You'll need to create a new personal access token (PAT) in order to authenticate Infisical with Azure DevOps.
|
|
<Steps>
|
|
<Step title="Navigate to Azure DevOps">
|
|

|
|
</Step>
|
|
<Step title="Create a new token">
|
|
Make sure the newly created token has Read/Write access to the Release scope.
|
|

|
|
|
|
<Note>
|
|
Please make sure that the token has access to the following scopes: Variable Groups _(read, create, & manage)_, Release _(read/write)_, Project and Team _(read)_, Service Connections _(read & query)_
|
|
</Note>
|
|
</Step>
|
|
<Step title="Copy the new access token">
|
|
Copy the newly created token as this will be used to authenticate Infisical with Azure DevOps.
|
|

|
|
</Step>
|
|
</Steps>
|
|
|
|
#### Setup the Infisical Azure DevOps integration
|
|
Navigate to your project's integrations tab and select the 'Azure DevOps' integration.
|
|

|
|
|
|
<Steps>
|
|
<Step title="Authorize Infisical for Azure DevOps">
|
|
Enter your credentials that you obtained from the previous step.
|
|
|
|
1. Azure DevOps API token is the personal access token (PAT) you created in the previous step.
|
|
2. Azure DevOps organization name is the name of your Azure DevOps organization.
|
|
|
|

|
|
</Step>
|
|
<Step title="Configure the integration">
|
|
Select Infisical project and secret path you want to sync into Azure DevOps.
|
|
Finally, press create integration to start syncing secrets to Azure DevOps.
|
|
|
|

|
|
</Step>
|
|
|
|
</Steps>
|
|
Now you have successfully integrated Infisical with Azure DevOps. Your existing and future secret changes will automatically sync to Azure DevOps.
|
|
You can view your secrets by navigating to your Azure DevOps project and selecting the 'Library' tab under 'Pipelines' in the 'Library' section.
|