You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GITEA_WEBHOOK_SETUP.md
+12-55Lines changed: 12 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
The Topcoder Review API includes a secure Gitea webhook integration that receives webhook events from Gitea repositories, validates them using HMAC-SHA256 signature verification, and stores them in the database for audit and future processing.
5
+
The Topcoder Review API includes a secure Gitea webhook integration that receives webhook events from Gitea repositories, validates them using Authorization header validation, and stores them in the database for audit and future processing.
6
6
7
7
## Table of Contents
8
8
@@ -21,7 +21,7 @@ The Topcoder Review API includes a secure Gitea webhook integration that receive
21
21
22
22
For immediate setup, follow these steps:
23
23
24
-
1. Generate a secure webhook secret
24
+
1. Generate a secure webhook auth secret
25
25
2. Configure environment variables
26
26
3. Set up Gitea webhook in repository settings
27
27
4. Test with a sample event
@@ -34,7 +34,7 @@ Add the following environment variable to your application configuration:
0 commit comments