Skip to content

Commit

Permalink
Merge pull request #32 from OSGP/feature/FDP-1968
Browse files Browse the repository at this point in the history
FDP-1968: Configure default cipher suite
  • Loading branch information
loesimmens authored Sep 10, 2024
2 parents 5784f9b + ad96c8c commit ab07f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/src/main/resources/application-test-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ simulator:
psk-identity: 867787050253370
psk-key: ABCDEFGHIJKLMNOP
psk-secret: "123456"
cipher-suites: TLS_PSK_WITH_AES_128_GCM_SHA256
4 changes: 4 additions & 0 deletions application/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ab07f96

Please sign in to comment.