Follow the steps below to configure your Iguana X IguanaX Git settings with Azure DevOps cloud service.
In Iguana XIguanaX, go to Settings > Git. For each step, click on the edit button to set your configurations.
Expand |
---|
title | STEP 1: Author Info - Enter a name and email to be used to label your commits |
---|
|
Git requires a name and email to label your commits. We recommend you use an email address recognized by your Azure DevOps so you can trace your commits in it. Image RemovedImage AddedWe also use this Author Info to help Identify your Iguana so if you have problems we can help you! |
Expand |
---|
title | STEP 2: Cloud Service - Choose Azure DevOps |
---|
| Select Azure DevOps from the dropdown.
Image RemovedGit Server - Choose dev.azure.com (Cloud - Azure Devops) |
|
Select dev.azure.com (Cloud - Azure Devops) from the list of Git Servers. Click Save. Image Added |
Expand |
---|
title | STEP 3: Cloud Git Username - Enter your Azure DevOps username (find it in your Azure DevOps profile) |
---|
|
Enter your Azure DevOps Username. If you don’t know what that is, you can follow the link in the Set Cloud Git Username window to navigate to your AzureDevOps profile and view your Username. Image RemovedImage Added |
Expand |
---|
title | STEP 4: Cloud Server Token - In Azure DevOps, generate a personal access token for Iguana to authenticate |
---|
|
Iguana X IguanaX needs to have the ability to create Git repositories on Azure DevOps. This means we need to create a personal access token with the correct permissions. Iguana will use the token to authenticate with Azure DevOps. In Iguana XIguanaX, click on the link in the Set Cloud Token screen to go to your Azure DevOps User settings to create a new personal access token. In Azure DevOps, click + New Token. Provide a token name, organization access, expiration and grant the full access. When finished, click Create. Copy the generated Azure DevOps access token, paste it in your Iguana X Git Cloud IguanaX Server Token setting and click Save. Azure DevOps will only show you this once - if you forget it you will need to generate a fresh one. Image RemovedImage Added |
Expand |
---|
title | STEP 5: Key Pair SSH - Generate a public-private key pair for SSH authentication |
---|
|
In Key Pair SSH, use the Generate button to have Iguana generate a private key pair for you. For more information on SSH see: How does Iguana X use SSH?Note: Image Added Iguana X IguanaX generates an RSA format supported by Azure. | Image RemovedIf an existing ed25519 key is already generated from a previous configuration, you will be prompted to regenerate the key. Image Added |
|
Expand |
---|
title | STEP 6: Cloud Server SSH - Register your public key with your Azure DevOps |
---|
|
Now register your public key in Azure DevOps. In Iguana XIguanaX, first copy your Public Key Data generated by Iguana, then Then follow the link to navigate to your Azure DevOps User Settings to register this public key. In Azure DevOps, click + New Key. Provide a name and paste your public key. Click Add. Image RemovedAll Done! You should now see a successful SSH authentication message in Iguana X. Image RemovedImage AddedYou can see your registered public key in your Azure DevOps User Settings > SSH public Keys (under Security). |
...