karrot-dev / karrot-frontend

We migrated to https://codeberg.org/karrot/karrot-frontend
https://codeberg.org/karrot/karrot-frontend
430 stars 177 forks source link

Fix updating of webhooks in setup_sparkpost command #947

Closed tiltec closed 6 years ago

tiltec commented 6 years ago

Updating webhooks failed often with Permission denied, which prevented backend deployment. I disabled the webhook updates, which means that changing webhook secrets and other sparkpost-related settings is now a manual command.

It would be nice if the reason for Permission denied was found and fixed.

tiltec commented 6 years ago

Ah, I think the problem was really missing API permissions. Let's try to enable the script again.