Fix webhook signature validation, bump to v1.0.2
- Skip HMAC validation when X-Gitea-Signature header is absent (Gitea 1.25.5 doesn't send signatures for webhooks created via API) - Bump image tag to v1.0.2 - Gitea app.ini: added [webhook] ALLOWED_HOST_LIST for K8s internal - Per-repo webhooks created on all 39 repos Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: indexer
|
||||
image: gitea.rspworks.tech/rpert/gitea-search:v1.0.1
|
||||
image: gitea.rspworks.tech/rpert/gitea-search:v1.0.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["indexer", "full"]
|
||||
env:
|
||||
@@ -70,7 +70,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: webhook
|
||||
image: gitea.rspworks.tech/rpert/gitea-search:v1.0.1
|
||||
image: gitea.rspworks.tech/rpert/gitea-search:v1.0.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["indexer", "webhook"]
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user