Konstantin
PPrisma
•Created by Konstantin on 9/3/2024 in #help-and-questions
Unknown authentication plugin
Hello Team,
Do i need to switch ORM or is there a plugin for this issue?
Error: "Unknown authentication plugin"
Instead of clear password I provide AWS token to the connection URL.
My devops team said we use mysql_clear_password plugin and I think Prisma dont support it.
URL: mysql://${process.env.DB_USERNAME}:${encodeURIComponent(token)}@${rdsHost}:3306/dbname?sslaccept=accept_invalid_certs
It work fine when I provide clear text DB username and password
Thank you for your answers
#help-and-questions
2 replies