community.mysql/tests/integration/targets/test_mysql_user/tasks
tompal3 40af258d86
password_expire support for mysql_user (#598)
* initial commit for password_expire support

* sanity check and default values

* add one more if block for version check

* some changes and integration tests

* docs and sanity and integration test fix

* make integration tests work

* make integration tests work

* fix unneeded commits

* fix verify as well

* Update plugins/modules/mysql_user.py

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>

* Update tests/integration/targets/test_mysql_user/tasks/test_password_expire.yml

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>

* Apply suggestions from code review

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>

* Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/module_utils/user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/module_utils/user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/module_utils/user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* typo and no_log remove for password_expire* vars

* add change log fragment

* move one if statement to module initialiazation

* fix merge conflicts

* fix order

* some fixes

* set no_log to true for password word containing keys

* fix sanity error

* Update changelogs/fragments/598-password_expire-support-for-mysql_user.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

---------

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2024-02-22 10:31:01 +01:00
..
utils password_expire support for mysql_user (#598) 2024-02-22 10:31:01 +01:00
issue-28.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
issue-121.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
issue-265.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
issue-29511.yaml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
issue-64560.yaml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
main.yml password_expire support for mysql_user (#598) 2024-02-22 10:31:01 +01:00
test_column_case_sensitive.yml Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
test_idempotency.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_password_expire.yml password_expire support for mysql_user (#598) 2024-02-22 10:31:01 +01:00
test_priv_append.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_priv_dict.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_priv_subtract.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_privs.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_privs_issue_465.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
test_resource_limits.yml Add MAX_STATEMENT_TIME resource limit (#523) 2023-04-07 10:20:49 +02:00
test_revoke_only_grant.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_tls_requirements.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_update_password.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
test_user_attributes.yml feat[mysql_user]: add support for mysql user attributes (#604) 2024-01-19 15:37:28 +01:00
test_user_grants_with_roles_applied.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_user_password.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_user_plugin_auth.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00