Comment 19 for bug 1866093

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/720875
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=069a37fa27dac18611e77f7c43337767953896f4
Submitter: Zuul
Branch: stable/train

commit 069a37fa27dac18611e77f7c43337767953896f4
Author: Damien Ciabrini <email address hidden>
Date: Tue Mar 17 16:17:09 2020 +0100

    Support for mariadb's ed25519 authentication

    Add Heat parameter EnableMysqlAuthEd25519, which when set to
    true, drives puppet-tripleo in configuring MySQL user credentials
    to require ed25519-based authentication (auth_ed25519) instead
    of the default SHA1-based authentication (mysql_native_password).

    This works starting with libsodium >= 1.0.18,
    python3-pynacl >= 1.3.0-6.el8.rdo.1,
    python3-PyMySQL >= 0.9.3-2.el8.rdo.1

    Change-Id: I4f3d38ea70d48589be3e1b7f5eea96c358b44560
    Partial-Bug: #1866093
    (cherry picked from commit ccacc6ce3cc45dec6bcb4a637ff0a5684b6e697f)