Comment 11 for bug 1966669

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-radosgw/+/835827
Committed: https://opendev.org/openstack/charm-ceph-radosgw/commit/7907fa96e93085e114fb42f2dc547963938498fb
Submitter: "Zuul (22348)"
Branch: master

commit 7907fa96e93085e114fb42f2dc547963938498fb
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