[OOM-CERT-SERVICE] Add curl requests to Makefile
[oom/platform/cert-service.git] / certService / src / main / resources / application.properties
index a7f5eea..8698a31 100644 (file)
@@ -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