Add configuration items to limit secret and request sizes.
Two size attributes limit the size of secrets and requests in barbican. This CR explicitly adds those to the Barbican configuration file. Change-Id: I22d68cc8c9e96cf719a550b26333a845e895f178
This commit is contained in:
parent
584b561c17
commit
12c44e86f6
@ -28,7 +28,8 @@ backlog = 4096
|
||||
#tcp_keepidle = 600
|
||||
|
||||
# Maximum allowed http request size against the barbican-api
|
||||
max_allowed_secret_in_bytes = 15000
|
||||
max_allowed_secret_in_bytes = 10000
|
||||
max_allowed_request_size_in_bytes = 1000000
|
||||
|
||||
# SQLAlchemy connection string for the reference implementation
|
||||
# registry server. Any valid SQLAlchemy connection string is fine.
|
||||
|
Loading…
x
Reference in New Issue
Block a user