From a3bfe03a9bd94ffeaa40096c8925802904ba424a Mon Sep 17 00:00:00 2001 From: Sander Verbruggen Date: Mon, 9 Sep 2024 11:57:46 +0200 Subject: [PATCH] FDP-1968: Configure default cipher suite Signed-off-by: Sander Verbruggen --- application/src/main/resources/application.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/src/main/resources/application.yaml b/application/src/main/resources/application.yaml index 7aea28e..19ae9a3 100644 --- a/application/src/main/resources/application.yaml +++ b/application/src/main/resources/application.yaml @@ -1,6 +1,10 @@ #SPDX-FileCopyrightText: Contributors to the GXF project # #SPDX-License-Identifier: Apache-2.0 +simulator: + config: + cipher-suites: TLS_PSK_WITH_AES_128_GCM_SHA256 + management: endpoints: web: