Skip to content

Commit 1f8f9bd

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove custom value of max_allowed_secret_in_bytes" into stable/wallaby
2 parents c6b840f + e477227 commit 1f8f9bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible/roles/barbican/templates/barbican.conf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }}
1010
host_href = {{ barbican_public_endpoint }}
1111

1212
backlog = 4096
13-
max_allowed_secret_in_bytes = 10000
1413
max_allowed_request_size_in_bytes = 1000000
1514

1615
db_auto_create = False
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Removes custom value of ``max_allowed_secret_in_bytes`` in
5+
``barbican.conf``. The default maximum size in Barbican was doubled to
6+
avoid issues with some certificates.
7+
`LP #1957795 <https://bugs.launchpad.net/kolla-ansible/+bug/1957795>`__

0 commit comments

Comments
 (0)