From 96bd2bdf192eabab292deab16212a580e9b4e29e Mon Sep 17 00:00:00 2001 From: Henrik Knutsen Date: Tue, 20 Aug 2024 10:06:37 +0200 Subject: [PATCH] Update application.yaml --- src/main/resources/application.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 79e1c03..7334768 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -14,6 +14,11 @@ spring: group-id: # consumer-DOMAIN-PACKAGE- fint: + security: + open-paths: | + /api-docs/**, + /swagger/**, + /actuator/prometheus consumer: org-id: kafka: @@ -37,4 +42,4 @@ management: endpoints: web: exposure: - include: health,info,prometheus \ No newline at end of file + include: health,info,prometheus