Skip to content

Commit

Permalink
Merge pull request #27 from virtualidentityag/CARITAS-285-improve-not…
Browse files Browse the repository at this point in the history
…ifications-add-actuator

Caritas 285 improve notifications add actuator
  • Loading branch information
tkuzynow authored Nov 29, 2024
2 parents 49e6ccb + 1365160 commit 3a9754b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ protected void configure(HttpSecurity http) throws Exception {
.permitAll()
.antMatchers(HttpMethod.GET, "/actuator/health/*")
.permitAll()
.antMatchers(HttpMethod.POST, "/actuator/health/loggers/*")
.antMatchers(HttpMethod.POST, "/actuator/loggers")
.permitAll()
.antMatchers(HttpMethod.POST, "/actuator/loggers/*")
.permitAll()
.mvcMatchers(HttpMethod.GET, "/users/{username}")
.permitAll()
Expand Down

0 comments on commit 3a9754b

Please sign in to comment.