JuliaDatabases / JDBC.jl

Julia interface to Java database drivers
Other
38 stars 19 forks source link

Support for IAM authentication with services like AWS Redshift etc. #55

Open ggjersund opened 4 years ago

ggjersund commented 4 years ago

As it wasn't documented, I'm not quite sure if this is already supported. It would be great to implement IAM authentication (in our example ADFS) to access AWS services like Redshift using JDBC in Julia.

aviks commented 4 years ago

I'm not sure how IAM authentication works over JDBC. How does the Java code look like? Did you try to do this thru the Julia wrapper?