1
votes

I am using the Spring Boot Admin plugin for my project. The application that i would like to monitor using my Spring Boot Admin project has been deployed behind a Gateway, and hence to access the Actuator end-points i need to pass certain headers as a part of the request. Is there any way i can configure these additional headers.

Configuring Spring Boot Admin with HTTP Authentication does not suffice.

1

1 Answers

0
votes

If anyone else searching for an answer for this try referring the documentation