Skip to content

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 eefcccf commit 96bd2bd
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-DOMAIN-PACKAGE-<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 96bd2bd

Please sign in to comment.