-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Lets take Apache Tomcat as an example.
There is Tomcat Manager and Tomcat Host Manager. They both have different endpoints and different fingerprints. For instance, the Basic Auth Realm for Tomcat Manager says "Tomcat Manager Application" and for Tomcat Host Manager, it says "Tomcat Host Manager Application".
Tomcat Host Manager is exposed at the endpoint /host-manager/html
whereas Tomcat Manager is exposed at endpoints like /manager/html
, /tomcat/manager/html
, /manager/text
, /manager/status
.
So, basically even though it is Apache Tomcat, it needs multiple sections of fingerprints.
Right now, I just created two separate files for them, but it would be nice to be able to have multiple sections of fingerprints in a single YAML file.