Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots authored Aug 20, 2024
1 parent 31a8ee4 commit 9a3400a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ spring:
group-id: # consumer-utdanning-ot-<your-instance-id>

fint:
security:
open-paths: |
/api-docs/**,
/swagger/**,
/actuator/prometheus
consumer:
org-id:
kafka:
Expand All @@ -37,4 +42,4 @@ management:
endpoints:
web:
exposure:
include: health,info,prometheus
include: health,info,prometheus

0 comments on commit 9a3400a

Please sign in to comment.