Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSTEP 4: Server Token - In Azure DevOps, generate a personal access token for Iguana to authenticate

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.

  1. In IguanaX, 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 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
titleSTEP 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?

Info

For Azure DevOps, IguanaX generates an RSA format supported by Azure. If an existing ed25519 key is already generated from a previous configuration, you will be prompted to regenerate the key.

...