devguard
devguard copied to clipboard
Add webhook_secret column to assets
The webhook_secret column should be a random string per default - really random! It should be updatable using the asset settings (regular patch request).
the column should NOT be part of the AssetDTO. There should be an extra api endpoint to retrieve the secret
done