[ADAP-1064] [Bug] AWS IAM Assumed Role Authentication Issue in dbt-redshift with Serverless Redshift #682
Closed
2 tasks done
Labels
Milestone
Is this a new bug in dbt-redshift?
Current Behavior
When attempting to use an AWS IAM Assumed Role for authentication in dbt-redshift, the process fails. This issue does not occur when using AWS IAM User credentials. The expected behavior is for dbt-redshift to successfully authenticate using both IAM User and Assumed Role credentials. The failure with Assumed Role presents an obstacle in environments where Assumed Roles are a mandatory security practice.
Expected Behavior
Expected dbt-redshift to authenticate seamlessly with AWS Redshift using IAM Assumed Role credentials, similar to its functioning with IAM User credentials
Steps To Reproduce
Steps To Reproduce
AWS Configuration:
~/.aws/config
):dbt Profile Setup:
~/.dbt/profiles.yml
:Executing dbt Command:
dbt build
, targeting a model that connects to a serverless Redshift.It is important to note that this issue specifically occurs with serverless Redshift.
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: