Problem:
Changing the BROKER_CLIENT_URL will leave the webhooks created earlier useless and the broker won't be informed about all new events that are needed to perform actions by Snyk such as test on PR.
Resolution:
The easiest way to achieve this would:
- Deactivate existing projects
- Restart broker with the new value for BROKER_CLIENT_URL
- Activate existing projects
If action needs to be performed on multiple projects. Users can go under settings > Usage > Projects of the organization and perform bulk action to deactivate and activate the projects.