Comment 23 for bug 1835161

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-barbican (master)

Reviewed: https://review.opendev.org/669035
Committed: https://git.openstack.org/cgit/openstack/puppet-barbican/commit/?id=def436a021fe877d498d9152e2893d9a5d493865
Submitter: Zuul
Branch: master

commit def436a021fe877d498d9152e2893d9a5d493865
Author: ZhongShengping <chdzsp@163.com>
Date: Thu Jul 4 11:34:41 2019 +0800

    Manage oslo_middleware/max_request_body_size

    So that we can increase it from the default 114688

    Useful in case for example the OS-Federation mapping is too large.

    If this limit is breached barbican will return a 413 Entity Too Large
    and not log anything to barbican.log.

    Change-Id: I2beb72f1ab37130eca340e691ca2dfd15cb5aa61
    Closes-Bug: #1835161