Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit configuration of actuators #269

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Permit configuration of actuators #269

merged 1 commit into from
Jan 28, 2025

Conversation

Pfeil
Copy link
Member

@Pfeil Pfeil commented Jan 28, 2025

Spring provides a default setting and various options to expose actuators in different ways. We now permit access to actuators, so these settings actually do work.

We also provide a slightly different default, which not only exposes health (spring default), but also info, which contains version and git information. Of course, this can be changed by the user.

This is not a breaking change, as the settings did not have any effect in beforehand, due to the spring security configuration class.

Provides a sane default (info and health) for local use and docker.
@Pfeil Pfeil added this to the 2.2.1 milestone Jan 28, 2025
@coveralls
Copy link

coveralls commented Jan 28, 2025

Pull Request Test Coverage Report for Build #469

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 72.4%

Totals Coverage Status
Change from base Build #466: 0.0%
Covered Lines: 884
Relevant Lines: 1221

💛 - Coveralls

@Pfeil Pfeil added the enhancement New feature or request label Jan 28, 2025
@Pfeil Pfeil merged commit 3e0234a into master Jan 28, 2025
6 checks passed
@Pfeil Pfeil deleted the enable-actuators branch January 28, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants