x-gitea-signature missing #10269

Closed
opened 2025-11-02 09:02:43 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @chansdad on GitHub (Feb 14, 2023).

Description

Gitea Version
1.5.1 built with: bindata, sqlite
when i create a webhook on push , and a payload is posted , i am not seeing the signature in the header. All I am seeing are the following headers

Request method: POST
Content-Type: application/json
X-GitHub-Delivery: ffb80c47-1f7d-409f-99a1-3c50fa125918
X-GitHub-Event: push
X-Gitea-Delivery: ffb80c47-1f7d-409f-99a1-3c50fa125918
X-Gitea-Event: push
X-Gogs-Delivery: ffb80c47-1f7d-409f-99a1-3c50fa125918
X-Gogs-Event: push

Gitea Version

1.5.1

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

1.5.1

Operating System

Ubuntu

How are you running Gitea?

on Ubuntu installed it following installation instructions

Database

MySQL

Originally created by @chansdad on GitHub (Feb 14, 2023). ### Description Gitea Version 1.5.1 built with: bindata, sqlite when i create a webhook on push , and a payload is posted , i am not seeing the signature in the header. All I am seeing are the following headers Request method: POST Content-Type: application/json X-GitHub-Delivery: ffb80c47-1f7d-409f-99a1-3c50fa125918 X-GitHub-Event: push X-Gitea-Delivery: ffb80c47-1f7d-409f-99a1-3c50fa125918 X-Gitea-Event: push X-Gogs-Delivery: ffb80c47-1f7d-409f-99a1-3c50fa125918 X-Gogs-Event: push ### Gitea Version 1.5.1 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version 1.5.1 ### Operating System Ubuntu ### How are you running Gitea? on Ubuntu installed it following installation instructions ### Database MySQL
GiteaMirror added the type/bug label 2025-11-02 09:02:43 -06:00
Author
Owner

@wolfogre commented on GitHub (Feb 14, 2023):

v1.5.1 doesn't support X-Gitea-Signature, it first appeared in v1.9.0-rc1, see #6428

Please upgrade Gitea, it's worth it.

@wolfogre commented on GitHub (Feb 14, 2023): v1.5.1 doesn't support `X-Gitea-Signature`, it first appeared in v1.9.0-rc1, see #6428 Please upgrade Gitea, it's worth it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10269