Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding IAM role authentication support for redshift #632

Closed
wants to merge 2 commits into from

Conversation

abbywh
Copy link
Contributor

@abbywh abbywh commented Oct 11, 2023

resolves #623
docs dbt-labs/docs.getdbt.com/#

Problem

dbt-redshift currently does not natively support the redshift authentication method get-cluster-credentials-with-iam. A dbt customer using IAM roles as db users currently has no way to authenticate as those users.

Solution

There is now a new redshift connection method to authenticate as an IAM role, called IAMR. This strongly resembles the classic IAM authentication, except the user field is unnecessary.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

Whittier and others added 2 commits October 4, 2023 14:36
Committer: Abby Whittier <abbywhittier309@gmail.com>
@abbywh abbywh requested a review from a team as a code owner October 11, 2023 19:24
@abbywh abbywh requested a review from VersusFacit October 11, 2023 19:24
@cla-bot
Copy link

cla-bot bot commented Oct 11, 2023

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Whittier.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@abbywh
Copy link
Contributor Author

abbywh commented Oct 12, 2023

closing dupe

@abbywh abbywh closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADAP-926] [Feature] IAM authentication - make 'user' an optional property
1 participant