Comment 11 for bug 1849519

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to charm-keystone (master)

Reviewed: https://review.opendev.org/762645
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=c7e34558c498497f81923feeff5a64cf96b192d9
Submitter: Zuul
Branch: master

commit c7e34558c498497f81923feeff5a64cf96b192d9
Author: Alex Kavanagh <email address hidden>
Date: Fri Nov 13 11:31:50 2020 +0000

    Make Fernet key distribution more robust

    The related bug indicated that the Fernet keys could get out of sync
    between the leader and non-leader units. This patchset assumes that
    hooks fail, or that units are off-line when the rotation occurs. Thus
    it tries hard to ensure that the keys are in sync. It still uses juju
    to 'send' the keys from the leader to the subordinate units, so in that
    sense, it is not a fix to the related bug, but it does make it more
    robust.

    Change-Id: Id40a3ccbe565bd742e3fdbd5190deb6b21204a82
    Related-Bug: #1849519