From 27611bc9a6f855d439dbf68a2955e4651e83dd14 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Wed, 16 Jun 2021 19:16:30 +0200 Subject: [OOM-CERT-SERVICE] Add curl requests to Makefile Increase max header size (default was too low for update requests) Issue-ID: OOM-2753 Change-Id: I3614d8d34ed18ae52cec8fb4f9349e170c2ac3af Signed-off-by: Remigiusz Janeczek --- certService/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'certService/src') diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties index a7f5eea8..8698a314 100644 --- a/certService/src/main/resources/application.properties +++ b/certService/src/main/resources/application.properties @@ -10,6 +10,9 @@ springdoc.swagger-ui.path=/docs # OOM CertService app specific configuration app.config.path=/etc/onap/oom/certservice +# HTTP Configuration +server.max-http-header-size=16384 + # Mutual TLS configuration server.ssl.enabled=true server.ssl.client-auth=need -- cgit 1.2.3-korg