Allow large headers used by keystone tokens

This commit is contained in:
Tim Kuhlman 2014-06-26 14:35:04 -06:00
parent 08873ab05f
commit c26d0b8bb1
2 changed files with 6 additions and 1 deletions

View File

@ -4,4 +4,4 @@ maintainer_email "hpcs-mon-som@hp.com"
license "All rights reserved"
description "Installs/Configures mon_api"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.6"
version "0.0.7"

View File

@ -77,6 +77,11 @@ middleware:
connRetryInterval: 50
rolesToMatch: [user, domainuser, domainadmin]
server:
applicationConnectors:
- type: http
maxRequestHeaderSize: 16KiB # Allow large headers used by keystone tokens
# Logging settings.
logging: