You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: