Skip to content

chore: update health endpoint#7

Merged
abengl merged 2 commits intomainfrom
develop
Mar 12, 2026
Merged

chore: update health endpoint#7
abengl merged 2 commits intomainfrom
develop

Conversation

@abengl
Copy link
Copy Markdown
Owner

@abengl abengl commented Mar 12, 2026

This pull request updates the actuator endpoint configuration in the application-prod.properties file to restrict health information exposure in production.

Configuration changes for actuator endpoints:

  • Limited the exposed actuator endpoints to only health and changed health details to never be shown, increasing security in production environments (src/main/resources/application-prod.properties).

It closes #5

@abengl abengl self-assigned this Mar 12, 2026
Copilot AI review requested due to automatic review settings March 12, 2026 21:03
@abengl abengl merged commit d74aa5e into main Mar 12, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates production Spring Boot Actuator configuration to reduce operational data exposure by limiting exposed endpoints and disabling health detail output in the prod profile.

Changes:

  • Restrict management.endpoints.web.exposure.include to only health in production.
  • Set management.endpoint.health.show-details=never to prevent health detail disclosure in production.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: remove actuator endpoint

2 participants