Comment 48 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-glance/+/922688
Committed: https://opendev.org/openstack/charm-glance/commit/9cb675dd750009473c96b9d85a261aa0af10c15d
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 9cb675dd750009473c96b9d85a261aa0af10c15d
Author: Myles Penner <email address hidden>
Date: Fri May 31 10:25:16 2024 -0700

    Add keystone audit middleware API logging

    This commit adds Keystone audit middleware API logging to
    the Glance charm in versions Yoga and newer to allow users to
    configure their environment for CADF compliance. This feature can
    be enabled/disabled and is set to 'disabled' by default to avoid
    bloat in log files. The logging output writes to
    /var/log/glance/glance-api.log.
    This commit builds on previous discussions:
    https://github.com/juju/charm-helpers/pull/808.

    Closes-Bug: 1856555
    Change-Id: Ied08b56cf3c4fa30827d43a50ca7b552db0fa82b
    (cherry picked from commit 66a167eb42d53f8e12a856c9f0b2d888e57b1742)