community.mysql/tests/integration/targets/test_mysql_user/tasks
Keeper-of-the-Keys 45a29408ad
User locking (#702)
* function to check if a user is locked already

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add the location and logic of where I think user locking would happen.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Fix missing parameters for execute()

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add the locked attribute

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Initial user locking integration tests

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add attribute documentation

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* More descriptive names in the integration tests

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* - Changes requested/suggested by @Andersson007
- Example usage
- Changelog fragment

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Fix user_is_locked and remove host_all option.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Fix host of user (was % should have been localhost after deleting `host:` earlier)

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Switch locked to named instead of positional.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add check_mode support.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add check_mode: true test cases

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Fix names that included `check_mode: true`

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add idempotence checks

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Switch calls to user_mod with sequences of None positional arguments to full named arguments

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* locked check should not run for roles.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* check_mode is set at the task level and not the module level

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add user locking to info module and test.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Handle DictCursor

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>


* Add check_mode feedback

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>


* Add another builtin account to the exclusion list

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Initial switch to default=None for locked, will need to add a test for it.

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>

* Add check that missing locked argument does not unlock a user

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
---------

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
2025-03-19 14:40:59 +01:00
..
utils Fix user plugin changes in check mode (#596) 2024-08-30 11:15:16 +02: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 mysql_user: deprecate alias user for name argument (#670) 2024-09-02 18:07:11 +02:00
issue-671.yaml sql_mode can be set in session, therefore we should look for ANSI_QUOTES in session variable instead of global variable (#677) 2024-11-07 09:56:31 +01: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 User locking (#702) 2025-03-19 14:40:59 +01:00
test_column_case_sensitive.yml Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
test_idempotency.yml mysql_user: deprecate alias user for name argument (#670) 2024-09-02 18:07:11 +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 Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests dependencies (#623) 2024-04-11 10:46:43 +02:00
test_update_password.yml Fix mysql_user on_new_username IndexError (#642) 2024-06-27 22:12:01 +02: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_locking.yml User locking (#702) 2025-03-19 14:40:59 +01:00
test_user_password.yml fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_user_plugin_auth.yml Fix user plugin changes in check mode (#596) 2024-08-30 11:15:16 +02:00