Actions
Bug #9482
closedAllow patterns for authorization filters as a parameter
Difficulty:
Triaged:
Description
Foreman discovery proxy plugin needs to specify for which paths it will authorize. Since Sinatra supports patters for filters (http://www.sinatrarb.com/intro.html#Filters) it is relatively easy to implement this so plugins can take advantage of this. This change will NOT break the API, by default filters will apply to all paths (nil).
Actions