From a3bfe03a9bd94ffeaa40096c8925802904ba424a Mon Sep 17 00:00:00 2001 From: Sander Verbruggen Date: Mon, 9 Sep 2024 11:57:46 +0200 Subject: [PATCH 1/2] 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: From ad96c8c8a3f33ebc0638d55f48aa34ade5465746 Mon Sep 17 00:00:00 2001 From: Sander Verbruggen Date: Mon, 9 Sep 2024 14:22:20 +0200 Subject: [PATCH 2/2] FDP-1968: Review comment: remove config for cipher suite (now default in component) Signed-off-by: Sander Verbruggen --- application/src/main/resources/application-test-data.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/application/src/main/resources/application-test-data.yaml b/application/src/main/resources/application-test-data.yaml index 40c0dcf..00855d3 100644 --- a/application/src/main/resources/application-test-data.yaml +++ b/application/src/main/resources/application-test-data.yaml @@ -14,4 +14,3 @@ simulator: psk-identity: 867787050253370 psk-key: ABCDEFGHIJKLMNOP psk-secret: "123456" - cipher-suites: TLS_PSK_WITH_AES_128_GCM_SHA256