> For the complete documentation index, see [llms.txt](https://docs.infraglide.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraglide.com/settings-governance-and-rbac/cloud-credentials.md).

# Cloud Credentials Management

* Go to **Administration section → Credentials**

![alt text](/files/JnUamAZiHMfAJXopYmwJ)

* You can also add credentials by creating a new pipeline and then adding the credentials by the **"Add credential"**.

![alt text](/files/hEpiT62ofrSVh6vw6ZHI)

![alt text](/files/DNVxZhsJ9xGmKrGBQDLW)

***

### How to Add Credentials (from Dashboard)

* Click “Add Credentials”

![alt text](/files/T18uo9si14sJ2qGfZUlE)

* Enter Credential Details

![alt text](/files/d0jZAWXEWwMOs3rcrcW6)

* Validate Credentials

![alt text](/files/rNyXYpRfWO242m87JiPv)

* Create Credential

![alt text](/files/rNyXYpRfWO242m87JiPv)

***

### What Each Provider Needs

| Provider | Auth modes / fields                                                                                                                      |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **AWS**  | **Access key** — Access Key ID + Secret Access Key; or **Assume Role** — Role ARN + InfraGlide-generated External ID (verify role trust) |

![alt text](/files/yXyfYDapqCdacAuc1CO1)

![alt text](/files/gtE496s1U4faEYhwMTaZ)

![alt text](/files/r2DT06NiIVxNKN3Pm2Tj)

\| **GCP** | Service Account JSON (paste or upload).

![alt text](/files/BuPBSDX5ttpkbLG9FX80)

\| **Azure** | Service principal: Client ID, Client Secret, Tenant ID, Subscription ID |

![alt text](/files/OJ1nCtLO4LxvSg5O272T)

***

### Using a Credential on a Pipeline

1. Open the pipeline designer.
2. Provide the pipeline details.
3. Select a credential from the current Sandbox (or add one).

![alt text](/files/cfvmI3XqjK9uZv2BQE9e) or

![alt text](/files/riNLlZ94VbIoEcJCjwOg)

5. Save the pipeline so.

![alt text](/files/4SE9ggMVZwEuv8t6bABs)

6. Preview / Deploy / Destroy.

***

### Operational Tips

* Prefer Assume Role for AWS when your security team requires short-lived credentials.
* Rotate secrets by updating the credential, then re-test, then redeploy if needed.
* Least-privilege the cloud IAM/principal to only the services your pipelines create.
* Org provider policy can hide providers even if a credential exists.
* Never paste credential JSON into Jane prompts, tickets, or screenshots.

***

### See also

* [Plan, Deploy & Destroy Actions](/deployments-and-execution-history/execution-actions.md)
* [Quickstart Guide](/getting-started/quickstart.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infraglide.com/settings-governance-and-rbac/cloud-credentials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
