Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/content/destinations/webhook.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,19 @@ PORTAL_ENABLE_WEBHOOK_CUSTOM_HEADERS=true
{% /tab %}
{% /tabs %}

## Forward Proxy

Webhook deliveries can be routed through an HTTP forward proxy — useful for static-IP egress, network isolation, or centralized egress policy.

{% tabs tabGroup="deployment" %}
{% tab label="Managed" %}
Configure the proxy URL in [Hookdeck Destinations settings](https://dashboard.hookdeck.com/settings/project/destinations), or via the [Config API](/docs/outpost/api#configuration) using `DESTINATIONS_WEBHOOK_PROXY_URL`.
{% /tab %}
{% tab label="Self-Hosted" %}
Set `DESTINATIONS_WEBHOOK_PROXY_URL` to your proxy URL (basic auth supported). See [Webhook Forward Proxy](/docs/outpost/self-hosting/guides/webhook-proxy) for failure attribution, Envoy support, and a reference Envoy config.
{% /tab %}
{% /tabs %}

## Operator Configuration

{% tabs tabGroup="deployment" %}
Expand Down
188 changes: 0 additions & 188 deletions docs/content/features/webhook-proxy.mdoc

This file was deleted.

7 changes: 5 additions & 2 deletions docs/content/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
},
{ "slug": "features/tenant-user-portal", "title": "Tenant Portal" },
{ "slug": "features/metrics", "title": "Metrics" },
{ "slug": "features/opentelemetry", "title": "OpenTelemetry" },
{ "slug": "features/webhook-proxy", "title": "Webhook Forward Proxy" }
{ "slug": "features/opentelemetry", "title": "OpenTelemetry" }
]
]
},
Expand Down Expand Up @@ -221,6 +220,10 @@
{
"slug": "self-hosting/guides/troubleshooting-redis",
"title": "Redis Troubleshooting"
},
{
"slug": "self-hosting/guides/webhook-proxy",
"title": "Webhook Forward Proxy"
}
]
]
Expand Down
4 changes: 4 additions & 0 deletions docs/content/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,9 @@
{
"from": "/docs/outpost/guides/publish-from-gcp-pubsub",
"to": "/docs/outpost/publishing/publish-from-gcp-pubsub"
},
{
"from": "/docs/outpost/features/webhook-proxy",
"to": "/docs/outpost/self-hosting/guides/webhook-proxy"
}
]
Loading
Loading