Comment 18 for bug 1996237

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

Reviewed: https://review.opendev.org/c/openstack/charm-magnum/+/894276
Committed: https://opendev.org/openstack/charm-magnum/commit/3e8a17c54763e30980b25416f0b2cca47e193a0f
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 3e8a17c54763e30980b25416f0b2cca47e193a0f
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)