Comment 4 for bug 1866093

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.opendev.org/712769
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=00a06edc5c44896319068dbde7ef47cb534592e0
Submitter: Zuul
Branch: master

commit 00a06edc5c44896319068dbde7ef47cb534592e0
Author: Damien Ciabrini <email address hidden>
Date: Fri Mar 6 13:17:57 2020 +0100

    Support for mariadb's ed25519 authentication

    Add the ability to configure all mysql users to require authenticating
    to the server via mariadb's ed25519 auth plugin [1], rather than the
    default native authentication [2].

    [1] https://mariadb.com/kb/en/authentication-plugin-ed25519/
    [2] https://mariadb.com/kb/en/authentication-plugin-mysql_native_password/

    Change-Id: I430ea8e1fa15fb263d1d4ef8c39615021d907f8a
    Partial-Bug: #1866093