Springboot rds iam failed #477
-
Hello, Driver org.postgresql.Driver claims to not accept jdbcUrl : jdbc:aws-wrapper:postgresql://$DB_HOST:$DB_PORT/$DB_NAME?wrapperPlugins=iam" I use these dependencies : Properties files: Some help from you ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @rnei00, Thanks for reaching out and raising this with us. In the properties file, the value of Could you kindly try that out and let us know if the issue persists? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello @aaronchung-bitquill , Yes it's help me thanks. Now i have this error :org.postgresql.util.PSQLException: FATAL: PAM authentication failed for user "db_user_rds_iam" I use the user who have the iam role. Any suggest ? |
Beta Was this translation helpful? Give feedback.
-
It's resolved thanks ;) |
Beta Was this translation helpful? Give feedback.
looks like In the properties file, the value of driver-class-name should be software.amazon.jdbc.Driver. is the solution