generated from embabel/java-agent-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The guide app currently has no health endpoint. The CI export-seed workflow uses /api/v1/data/stats as a workaround to detect when the app is ready.
Add spring-boot-starter-actuator dependency and expose /actuator/health so the CI workflow (and any future monitoring/orchestration) has a proper health check.
Also consider whether /api/v1/data/stats should remain permitAll() in SecurityConfig.kt — it's currently unauthenticated but only used by logged-in users in the UI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers