Skip to content

Commit

Permalink
expose ready and offset endpoints without security
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Dec 16, 2024
1 parent 343e195 commit 2299716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ fint:
role-type: adapter
open-paths: |
/api-docs/**,
/swagger/**
/swagger/**,
/ready,
/offset
kafka:
application-id: provider
enable-ssl: false
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ fint:
role-type: adapter
open-paths: |
/api-docs/**,
/swagger/**
/swagger/**,
/ready,
/offset
kafka:
topic:
domain-context: fint-core
Expand Down

0 comments on commit 2299716

Please sign in to comment.