Merge "Add configuration items to limit secret and request sizes."
This commit is contained in:
commit
2e414eb031
@ -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