Merge "Remove custom value for max_allowed_request_size_in_bytes"

This commit is contained in:
Zuul 2022-01-25 10:54:09 +00:00 committed by Gerrit Code Review
commit 9d5e091b04
2 changed files with 6 additions and 1 deletions
ansible/roles/barbican/templates
releasenotes/notes

@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }}
host_href = {{ barbican_public_endpoint }}
backlog = 4096
max_allowed_request_size_in_bytes = 1000000
db_auto_create = False
sql_connection = mysql+pymysql://{{ barbican_database_user }}:{{ barbican_database_password }}@{{ barbican_database_address }}/{{ barbican_database_name }}

@ -0,0 +1,6 @@
---
upgrade:
- |
Restores upstream default value for ``max_allowed_request_size_in_bytes``
in ``barbican.conf``. It was set to 1000000 bytes instead of the upstream
default of 25000 bytes.