summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/parsers/common.py
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-12-09 20:36:38 +0100
committerOliver Poignant <oliver@poignant.se>2016-12-09 20:36:38 +0100
commitc98d5b22de7bed03c6345775539a405e61e58477 (patch)
tree4fff1fdca0626bad24d894192369028d1af9d44d /gitautodeploy/parsers/common.py
parent9e4aa3618ad9f5494847fb95b0958f2f1b43ccb5 (diff)
downloadGit-Auto-Deploy-c98d5b22de7bed03c6345775539a405e61e58477.zip
Git-Auto-Deploy-c98d5b22de7bed03c6345775539a405e61e58477.tar.gz
Git-Auto-Deploy-c98d5b22de7bed03c6345775539a405e61e58477.tar.bz2
Verify secret token in GitLab requests
Diffstat (limited to 'gitautodeploy/parsers/common.py')
-rw-r--r--gitautodeploy/parsers/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitautodeploy/parsers/common.py b/gitautodeploy/parsers/common.py
index 0a1a799..1b40b73 100644
--- a/gitautodeploy/parsers/common.py
+++ b/gitautodeploy/parsers/common.py
@@ -22,3 +22,6 @@ class WebhookRequestParser(object):
configs.append(repo_config)
return configs
+
+ def validate_request(self, request_headers, repo_configs):
+ return True \ No newline at end of file