puppet-keystone/releasenotes/notes/max_request_body_size-1835161-45ec3b7ab7c40cfa.yaml
Johan Guldmyr a60980f3da
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 keystone will return a 413 Entity Too Large
and not log anything to keystone.log.

Closes-Bug: #1835161

Change-Id: If9fc5c0bb5d6216b8656ee1673e1812c543de305
Signed-off-by: Johan Guldmyr <johan.guldmyr@csc.fi>
2019-07-03 11:57:46 +03:00

6 lines
152 B
YAML

---
features:
- |
Add support to configure `[oslo_middleware]/max_request_body_size` with
`$max_request_body_size` in the `keystone::` class.