diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-16 19:16:30 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-30 06:49:34 +0000 |
commit | 27611bc9a6f855d439dbf68a2955e4651e83dd14 (patch) | |
tree | a3ab89fce392aa155d1c9fe3a383c0f12133a983 /certService | |
parent | 1630a480ab3ac2aeb833855380be3dd89fdca248 (diff) |
[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 <remigiusz.janeczek@nokia.com>
Diffstat (limited to 'certService')
-rw-r--r-- | certService/src/main/resources/application.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |