Add internal development webhook configuration
This commit is contained in:
@@ -32,6 +32,10 @@ The webhook itself may be reachable only on the internal network. It does not
|
||||
require public access to the n8n editor or API. Every managed device must be
|
||||
able to reach the webhook URL over HTTPS.
|
||||
|
||||
For the isolated development environment only, HTTP is permitted at
|
||||
`http://172.16.41.197:5678/webhook/ocsentinel-ingest`. Do not reuse this URL,
|
||||
the development shared secret, or a disabled-TLS configuration in production.
|
||||
|
||||
1. `Webhook`: accept `POST` on the configured private URL.
|
||||
2. `Code`: reject a request if `X-ATN-Device`, `X-ATN-Timestamp`,
|
||||
`X-ATN-Nonce`, `X-ATN-Version`, `X-ATN-Payload-SHA256`, or
|
||||
|
||||
Reference in New Issue
Block a user