Merge "Add configuration items to limit secret and request sizes."

This commit is contained in:
Jenkins 2014-05-15 15:57:34 +00:00 committed by Gerrit Code Review
commit 2e414eb031

View File

@ -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.