Merge pull request #685 from wdahlenburg/master

Adding Spring Boot Gateway Actuator

https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/
This commit is contained in:
g0tmi1k 2022-01-31 23:20:57 +00:00 committed by GitHub
commit 2dac179038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ shutdown
version version
auditevents auditevents
beans beans
gateway/routes
actuator actuator
actuator/auditLog actuator/auditLog
actuator/auditevents actuator/auditevents
@ -32,6 +33,7 @@ actuator/events
actuator/exportRegisteredServices actuator/exportRegisteredServices
actuator/features actuator/features
actuator/flyway actuator/flyway
actuator/gateway/routes
actuator/health actuator/health
actuator/healthcheck actuator/healthcheck
actuator/heapdump actuator/heapdump