Replies: 2 comments
-
@komorny hello, thanks for opening the discussion! |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my last contribution, I noticed that the new MySQL password plugins can be difficult to use correctly. I apologize, but I do not have time to work on this. However, as I recently explored this topic and am familiar with our integration tests, I would be happy to provide guidance to anyone willing to submit a pull request to address this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have a root user with authentication via caching_sha2_password and I cannot find a way to manage other users through this user, because the mysql_user module cannot log in to the server under the root account. Also in the documentation it is stated "Currently, there is only support for the mysql_native_password encrypted password hash module.", which is unacceptable at a time when the use of mysql_native_password is obsolete and will be deprecated in the next versions of mysql. Is there any way to manage from ansible mysql users via root account that uses caching_sha2_password authentication? If not, when will it be? Well thank you.
Beta Was this translation helpful? Give feedback.
All reactions