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
Has anyone been able to connect successfully to an AWS RDS instance using the new IAM authentication feature? I am able to generate the ephemeral authentication token with no problem, but when I pass it as a password when connecting to database I get this error:
<-- ErrorPacket
ErrorPacket {
fieldCount: 255,
errno: 1251,
sqlStateMarker: '#',
sqlState: '08004',
message: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client' }