Skip to content

Add Spring Boot Actuator for health endpoint #33

@jasperblues

Description

@jasperblues

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions