Implement per-project webhook secret

This commit is contained in:
simon987
2019-02-24 15:30:38 -05:00
parent c736cc3d98
commit 397805f915
22 changed files with 378 additions and 59 deletions

View File

@@ -25,7 +25,8 @@ CREATE TABLE project
git_repo TEXT NOT NULL,
version TEXT NOT NULL,
motd TEXT NOT NULL,
secret TEXT NOT NULL DEFAULT '{}'
secret TEXT NOT NULL DEFAULT '{}',
webhook_secret TEXT NOT NULL
);
CREATE TABLE worker_access