Compare commits
2 Commits
c98900a9ff
...
22a244832e
| Author | SHA1 | Date | |
|---|---|---|---|
| 22a244832e | |||
| ef2b9667fc |
12
README.md
12
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
|
||||
|
||||
Reference in New Issue
Block a user