Skip to content

Commit

Permalink
Note: IAM authentication isn't supported in Cloud
Browse files Browse the repository at this point in the history
Just to clear any confusion on this as seen in a [ZD ticket](https://dbtcloud.zendesk.com/agent/tickets/46274) that the default authentication is username password and IAM method is only supported in core.
  • Loading branch information
Tonayya authored Apr 20, 2023
1 parent d2bfc51 commit 61c1d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/quickstarts/dbt-cloud/redshift-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can check out [dbt Fundamentals](https://courses.getdbt.com/courses/fundamen
7. You might be asked to Configure account. For the purpose of this sandbox environment, we recommend selecting “Configure account”.

8. Select your cluster from the list. In the **Connect to** popup, fill out the credentials from the output of the stack:
- **Authentication** — Use the default which is **Database user name and password**
- **Authentication** — Use the default which is **Database user name and password** (NOTE: IAM authentication is not supported in dbt Cloud).
- **Database** — `dbtworkshop`
- **User name** — `dbtadmin`
- **Password** — Use the autogenerated `RSadminpassword` from the output of the stack and save it for later.
Expand Down Expand Up @@ -382,4 +382,4 @@ Later, you can connect your business intelligence (BI) tools to these views and
- [dbt Cloud CI job](/docs/deploy/cloud-ci-job)
- [Job triggers](/docs/deploy/job-triggers)
- [Job notifications](/docs/deploy/job-notifications)
- [Source freshness](/docs/deploy/source-freshness)
- [Source freshness](/docs/deploy/source-freshness)

0 comments on commit 61c1d69

Please sign in to comment.