Comment 50 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-heat/+/922526
Committed: https://opendev.org/openstack/charm-heat/commit/5f61266f2616f640169e0a8f892b856fbe1d466e
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 5f61266f2616f640169e0a8f892b856fbe1d466e
Author: Myles Penner <email address hidden>
Date: Fri May 24 15:38:11 2024 -0700

    Add keystone audit middleware API logging

    This commit adds Keystone audit middleware API logging to the Heat
    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 is configured to /var/log/heat/heat-api.log.
    This commit builds on previous discussions:
    https://github.com/juju/charm-helpers/pull/808.

    func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1212
    Closes-Bug: 1856555
    Change-Id: Ic611b68f35a36489673e3430dd1abbd5aa752fa7
    (cherry picked from commit 69886c1bcd7a5a8e5c92478c9ea1d45801fc8d38)