zecure / shadowd_ui

The Shadow Daemon user interface
GNU General Public License v2.0
20 stars 9 forks source link

Unable to delete/clear requests and parameters via web interface #59

Open dattmckdj opened 2 years ago

dattmckdj commented 2 years ago

Hi All,

The function to delete requests/parameters through the web interface is not working. I select all the requests/parameters and then execute the "Delete requests" function, but nothing is deleted. Furthermore, is there a way to delete all storing requests and parameters at once? This feature would be useful in testing out the accuracy and collecting correct logs.

Best regards, DatTM

zit-hb commented 2 years ago

Hi DatTM,

That is odd. It would be interesting to see if there is an error in the log. You can enter the UI container with ./shadowdctl exec web bash. You find the logs in app/logs.

You can use ./app/console swd:clean -t now in that container to delete all requests.