API proxy (development)
Overview
Section titled “Overview”hook.lef.software is an inbound API endpoint used by development environments. It is not meant to be generally publicly accessible; access should remain restricted (policy-based, allowlist, or auth at the application layer).
Entry points
Section titled “Entry points”- Endpoint: https://hook.lef.software/
Where it runs
Section titled “Where it runs”- Published via the reverse proxy on
web.core.lef(np-web) (vhost:hook.lef.software.conf). - The upstream/back-end mapping lives in the NGINX vhost config on
web.core.lef.
Operational notes
Section titled “Operational notes”- Treat this as a security-sensitive endpoint: confirm the access model before exposing it to the internet.
- If traffic doesn’t reach the backend, check perimeter forwarding/firewall rules and reverse proxy logs first.
Known risks / failure modes
Section titled “Known risks / failure modes”- Endpoint accidentally becomes an open public ingress.
- DNS/vhost drift breaks integrations.