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

[FEATURE] Support IAM for connecting to Redshift #682

Closed
Limess opened this issue Mar 17, 2022 · 2 comments
Closed

[FEATURE] Support IAM for connecting to Redshift #682

Limess opened this issue Mar 17, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Limess
Copy link

Limess commented Mar 17, 2022

Is your feature request related to a problem? If yes, please describe.
I'd like to connect to Redshift via IAM to avoid having to manage credentials

Describe the solution you'd like
To be able to use an IAM jdbc URL: https://docs.aws.amazon.com/redshift/latest/mgmt/jdbc20-configure-authentication-ssl.html

Additional context
Currently an error is received when trying to use IAM in a connection URL:

com/amazonaws/services/redshift/AmazonRedshiftClientBuilder: java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError: com/amazonaws/services/redshift/AmazonRedshiftClientBuilder
	at com.amazon.redshift.core.IamHelper.setClusterCredentials(Unknown Source)
	at com.amazon.redshift.core.IamHelper.setIAMCredentials(Unknown Source)
@Limess Limess added the enhancement New feature or request label Mar 17, 2022
@clklachu
Copy link

I have the exact same issue. Are there any workarounds?

@chngpe
Copy link
Contributor

chngpe commented Jan 9, 2024

Closing ticket, @akuzin1 fixed the issue

@chngpe chngpe closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants