esnet-security / SCRAM

Security Catch and Release Automation Manager
Other
5 stars 2 forks source link

hotfix(wui): Fix broken add entry from WUI #7

Closed samoehlert closed 1 year ago

samoehlert commented 1 year ago

This restores the ability to add entries from the WUI. The logic is changed to check for either a valid client UUID or a user with the proper permissions set.

As a side effect, there's no reason to add a web client upon initialization of the app anymore, so that bit is also removed.