Update changelogs/fragments/26-remove_tls_requirements.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Jorge Rodriguez (A.K.A. Tiriel) 2020-09-26 11:29:48 +03:00 committed by GitHub
parent 11c8fb9bd9
commit 2bb5d11c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,3 @@
bugfixes:
- mysql_user - Correct procedure to check existing TLS requirements.
- mysql_user - Minor syntax fixes.
improvements:
- mysql_user - Added tests to verify that TLS requirements are removed with an empty `tls_requires` parameter.
- mysql_user - Added examples on how to remove TLS requirements by setting an empty `tls_requires` parameter.
- mysql_user - Refactored TLS requirement tests into their own file.