Comment 64 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-heat/+/922675
Committed: https://opendev.org/openstack/charm-heat/commit/4f6dab14da67dd88866fda9dab73a7f418925b5c
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 4f6dab14da67dd88866fda9dab73a7f418925b5c
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)