Add support for settings wsgi MAX_HEADER_LINE

Changes default from 8192 to 16384 and adds a configuration option.

Change-Id: Ia6dc883c60e32e54124fc4d9e5853021c861c284
Closes-Bug: 1453591
This commit is contained in:
Dag Stenstad
2015-05-11 15:29:09 +02:00
parent e873f1bb68
commit 8df61d4e5b
3 changed files with 13 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ debug = False
# Port the bind the API server to
#api_port = 9001
# Maximum line size of message headers to be accepted. max_header_line may
# need to be increased when using large tokens (typically those generated by
# the Keystone v3 API with big service catalogs).
#max_header_line = 16384
# Authentication strategy to use - can be either "noauth" or "keystone"
#auth_strategy = keystone