Merge "Remove custom value of max_allowed_secret_in_bytes"

This commit is contained in:
Zuul 2022-01-18 18:14:33 +00:00 committed by Gerrit Code Review
commit 646868ebf4
2 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }}
host_href = {{ barbican_public_endpoint }}
backlog = 4096
max_allowed_secret_in_bytes = 10000
max_allowed_request_size_in_bytes = 1000000
db_auto_create = False

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Removes custom value of ``max_allowed_secret_in_bytes`` in
``barbican.conf``. The default maximum size in Barbican was doubled to
avoid issues with some certificates.
`LP #1957795 <https://bugs.launchpad.net/kolla-ansible/+bug/1957795>`__