Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Follow the steps below to configure your Iguana X Git settings with Azure DevOps.

In Iguana X, go to Settings > Git. For each step, click on the edit button to set your configurations.

 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.

Screen Shot 2024-04-15 at 1.20.49 PM.png

We also use this Author Info to help Identify your Iguana so if you have problems we can help you!

 STEP 2: Cloud Service - Choose Azure DevOps

Select Azure DevOps from the dropdown.

 STEP 3: Cloud 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 Username window to navigate to your AzureDevOps profile and view your Username.

 STEP 4: Cloud Token - In Azure DevOps, generate a personal access token for Iguana to authenticate

Iguana X 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.

  1. In Iguana X, 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.

  2. In Azure DevOps, click + New Token.

  3. Provide a token name, organization access, expiration and grant the full access. When finished, click Create.

  4. Copy the generated Azure DevOps access token, paste it in your Iguana X Git Cloud 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.

 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: For Azure DevOps, Iguana X generates an RSA format supported by Azure.

Screen Shot 2024-04-15 at 2.31.27 PM.png
 STEP 6: Cloud SSH - Register your public key with Azure DevOps

Now register your public key in Azure DevOps.

  1. In Iguana X, first copy your Public Key Data generated by Iguana, then follow the link to navigate to your Azure DevOps User Settings to register this public key.

  2. In Azure DevOps, click + New Key.

  3. Provide a name and paste your public key. Click Add.

All Done! You should now see a successful SSH authentication message in Iguana X.

You can see your registered public key in your Azure DevOps User Settings > SSH public Keys (under Security).

 

  • No labels