From 44cee94ae96f97afb8a221de24467da82894cff9 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Tue, 18 Nov 2025 08:36:38 +0100 Subject: [PATCH] fix(backend): Provide application.yaml for testing --- .../src/test/resources/application.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 legalconsenthub-backend/src/test/resources/application.yaml diff --git a/legalconsenthub-backend/src/test/resources/application.yaml b/legalconsenthub-backend/src/test/resources/application.yaml new file mode 100644 index 0000000..1376ec2 --- /dev/null +++ b/legalconsenthub-backend/src/test/resources/application.yaml @@ -0,0 +1,10 @@ +spring: + application: + name: legalconsenthub + + security: + oauth2: + resourceserver: + jwt: + issuer-uri: ${SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI:http://localhost:7080} + jwk-set-uri: ${SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI:http://localhost:7080}