Comment 19 for bug 1996237

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-magnum (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/charm-magnum/+/894277
Committed: https://opendev.org/openstack/charm-magnum/commit/42260c7ca715203c1ffb89d1e057d01d9aa6d74f
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 42260c7ca715203c1ffb89d1e057d01d9aa6d74f
Author: Jesper Schmitz Mouridsen <email address hidden>
Date: Thu Sep 7 14:54:00 2023 -0300

    Add cluster-user-trust config option

    Clusters created with the option cloud_provider_enabled or
    registry_enabled set to true, or volumer_driver set to 'cinder' need
    this flag set to True as well to instruct Magnum to assign trust to the
    cluster user.

    This option defaults to False due to security concerns (see
    https://bugs.launchpad.net/bugs/cve/2016-7404 )

    [0] https://docs.openstack.org/magnum/latest/user/index.html#cloud-provider-enabled

    Closes-Bug: #1996237
    Change-Id: I393030fa0da244ba5928482c8ef4e75e53f1a7b3
    (cherry picked from commit 29260ddf8ae040e6319732a21ece4cca96196a5f)