From ef2b9667fce404d66388a0b39c86e32b714ad561 Mon Sep 17 00:00:00 2001 From: Aboubacar TRAORE Date: Wed, 24 Dec 2025 16:50:46 +0000 Subject: [PATCH] update doc --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index bbb4849..582c624 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,6 @@ Application runs on http://localhost:8080 Use a service like ngrok. ---- - ## Infisical Webhook Configuration When creating a webhook in Infisical, the following rules must be respected. @@ -93,8 +91,6 @@ The webhook secret **must exactly match**: Requests with an invalid or missing secret will be rejected. ---- - ## Webhooks Behavior - Incoming webhook signatures are validated @@ -102,8 +98,6 @@ Requests with an invalid or missing secret will be rejected. - Dokploy is updated using its API - Invalid or unsigned requests are ignored ---- - ## Security Notes - Secrets are never persisted @@ -111,16 +105,12 @@ Requests with an invalid or missing secret will be rejected. - HTTPS is recommended in production - Restrict network access to trusted sources only ---- - ## Testing ```sh ./gradlew test ``` ---- - ## Tech Stack - Java 21 @@ -128,8 +118,6 @@ Requests with an invalid or missing secret will be rejected. - Gradle (Kotlin DSL) - Docker / Docker Compose ---- - ## License MIT License