Skip to content
Snippets Groups Projects
Commit 646868eb authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove custom value of max_allowed_secret_in_bytes"

parents d83959be 20a3b140
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }} ...@@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }}
host_href = {{ barbican_public_endpoint }} host_href = {{ barbican_public_endpoint }}
backlog = 4096 backlog = 4096
max_allowed_secret_in_bytes = 10000
max_allowed_request_size_in_bytes = 1000000 max_allowed_request_size_in_bytes = 1000000
db_auto_create = False db_auto_create = False
......
---
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>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment