community.mysql/plugins/modules
Laurent Indermühle 47710cfb93
Enhance support of tls_requires in mysql_user and mysql_info (#628)
* fix option name

* Add tests for users using SSL

* Rewrite get_tls_requires using mysql.user table

* Add tls_requires to users_info filter

* add more consistant test users

* Add tls tests users in cleanup task

* Fix tls_requires data structure inconsistencies between modules

* Refactor user implementation to host get_tls_requires

* fix MySQL tls_requires not removed from user passed as empty

* Fix wrong variable used to return a hashed password

* Fix sanity

* fix unit tests

* Add changelog fragment

* Add PR URI to the changelog

* Add more precise change log

* fix documentation using wrong variable as an example

* Document example returned value `tls_requires` from users_info filter

* Revert changes that will be in a separate PR

* Fix sanity
2024-04-16 10:52:24 +02:00
..
mysql_db.py Fix sanity issues (#609) 2024-01-23 11:27:47 +01:00
mysql_info.py Enhance support of tls_requires in mysql_user and mysql_info (#628) 2024-04-16 10:52:24 +02:00
mysql_query.py Fix sanity issues (#609) 2024-01-23 11:27:47 +01:00
mysql_replication.py switch "PRIMARY" to "MASTER" on description (#573) 2023-10-12 13:50:54 +02:00
mysql_role.py Enhance support of tls_requires in mysql_user and mysql_info (#628) 2024-04-16 10:52:24 +02:00
mysql_user.py Enhance support of tls_requires in mysql_user and mysql_info (#628) 2024-04-16 10:52:24 +02:00
mysql_variables.py Fix sanity issues (#609) 2024-01-23 11:27:47 +01:00