Comment 16 for bug 1966669

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-radosgw/+/835941
Committed: https://opendev.org/openstack/charm-ceph-radosgw/commit/16999f9dda3b22117cc75c93068c39c8f725d703
Submitter: "Zuul (22348)"
Branch: stable/pacific

commit 16999f9dda3b22117cc75c93068c39c8f725d703
Author: James Page <email address hidden>
Date: Wed Mar 30 13:35:04 2022 +0100

    Resolve issue with mod_proxy decoding

    The Ceph RADOS Gateway uses some unusual URI's for multisite
    replication; ensure that mod_proxy passes the 'raw' URI down
    to the radosgw http endpoint so that client and server side
    signatures continue to match.

    This seems quite Ceph specific so the template is specialised
    into the charm rather than updated in charm-helpers.

    Change-Id: Iede49ba8904500076d53388345e154a3ed18e761
    Closes-Bug: 1966669
    (cherry picked from commit 7907fa96e93085e114fb42f2dc547963938498fb)