Comment 15 for bug 1996237

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

Reviewed: https://review.opendev.org/c/openstack/charm-magnum/+/894273
Committed: https://opendev.org/openstack/charm-magnum/commit/38000d0756e31b48367c660a799a3340b26ebaaf
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 38000d0756e31b48367c660a799a3340b26ebaaf
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)