Allow large headers used by keystone tokens
This commit is contained in:
parent
08873ab05f
commit
c26d0b8bb1
@ -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"
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user