nids-io / ampt-manager

Management service for the AMPT passive network tools monitor
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add better logging / error handling for 403 FORBIDDEN responses from ampt-generator #3

Open dspruell opened 6 years ago

dspruell commented 6 years ago

ampt-generator returns 403 errors with informative payloads upon failures validating ampt-manager requests. Improve error handling by catching and logging these.

(Should probably also capture dispatch error conditions in event logging to expose it in the manager UI/etc.).