python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Upgraded java version to 17, spring boot version to 2.5.7 when running testcases for actuator/info geting 404. How to resolve?
how to resolve tried
management:
endpoints:
jmx:
exposure:
include: "health,info"
web:
exposure:
include: "
management:
endpoints:
jmx:
exposure:
includ...
manoj Dintakurti
Votes: 0
Answers: 1
Spring Actuator Changes Upgrading From Spring Boot 2.4.3 to 2.6.2
We have a Spring Boot web application developed with Spring Boot 2.4.3 and deploys Spring Actuator. I am investigating upgrading to Spring Boot 2.6.2 and have the majority of the issues working. I rem...
Mike Rother
Votes: 0
Answers: 2
spring boot actuator endpoints with Keycloak security
we have a spring boot project (2.3.0.RELEASE) with actuator endpoints and we are introducing keycloak to the project with KeycloakWebSecurityConfigurerAdapter how can I prevent actuator endpoints bein...
simonC
Votes: 0
Answers: 1
Google Cloud Armor rule partial URL encoded
I added a new rule for deny all the external requests to 'actuator' .(spring endpoints) as following:
The rule works as expected until I am using partial decode URL like:
<host>/%61ctuator
Do ...
michael.d
Votes: 0
Answers: 1