For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create

The Credential object is diferent depending on the Cloud Provider (AWS, Azure or GCP). Each one has it's own parameters:

  • AWS

    • Credential Name

    • Role

    • Comments

  • Azure

    • Credential Name

    • Tenant

    • Subscription

    • Client ID

    • Secret

    • Comments

  • GCP

    • Credential Name

    • Project

    • Comments

Every Credential needs an action from you (in AWS you have to create a policy + role with binding, in Azure it is neccesary to create a Service Principal in a Subscription and assign a Key and Role, and in GCP it is needed to have a IAM Policy + Role + Binding).

  • Selet an Organization

  • Go to <Credentials> in the nav menu

  • Click on the "+" icon

  • Fill in the blanks with the required Data (Comments are optional, but desired, as we can have same roles in different accounts and this could be a real mess.

Last updated