Replies: 3 comments 3 replies
-
Hello @vozdelib, Thank you for reaching out. In the In that example, if one would want to use IAM authentication, they would have to:
You will find more details on how to use IAM within the AWS JDBC Driver in our documentation. Please keep in mind that in order to use IAM Authentication with the AWS JDBC Driver, you will be required to have the AWS Java SDK RDS v2.x separately included in the classpath of your application. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, I am not sure i fully understand your last message: Are you able to use the AWS JDBC Driver with Vertx, but the IAM Authentication does not work as expected, or are you not able at all to use the AWS JDBC Driver? |
Beta Was this translation helpful? Give feedback.
-
Hello @vozdelib, Is there a way you could show us how your application instantiates the MySQL client and which configuration it is using? Perhaps with a simplified sample of your application that describes your actual workflow, we would be able to better understand how to use the AWS JDBC Driver in that situation. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Does anyone know if there is a way to use IAM authentication with Vertx, please?
I'm trying to change the way my service authenticates with our RDS Mysql, I'm probably missing some configuration or it is maybe not possible? It works with a normal user + password, but I can't find a way to use passwordless IAM authentication.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions