Merge "Remove custom value of max_allowed_secret_in_bytes"
This commit is contained in:
commit
646868ebf4
@ -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
|
||||
|
@ -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>`__
|
Loading…
Reference in New Issue
Block a user