docs: move webhook proxy to self-hosting and trim to operator scope#906
Open
alexluong wants to merge 3 commits into
Open
docs: move webhook proxy to self-hosting and trim to operator scope#906alexluong wants to merge 3 commits into
alexluong wants to merge 3 commits into
Conversation
The page was operator-configured (env var) but lived under Features. Move it to self-hosting/guides/ alongside other operator content and trim internal classification detail (ack/nack vocabulary, byte- transparency reasoning, full response-flag mapping table, internal diagnostics map, queue-retry math) that's only relevant to maintainers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
alexbouchardd
left a comment
There was a problem hiding this comment.
Great! I would add a note on webhook destination type docs however and mention the support for the forward proxy, link to this guide for self-hosted and for managed reference the config (Dashboard + Config API)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The managed UI doesn't surface the env var name; only the Config API uses it. Link the Config API and tie the env var to it specifically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
@alexbouchardd good idea, updated! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructuring docs/outpost/features/webhook-proxy based on feedback that (a) it belongs in self-hosting (operator-configured via env var, no tenant-facing surface) and (b) the page is too deep — internal classification reasoning aimed at maintainers, not operators.
features/webhook-proxy.mdoc→self-hosting/guides/webhook-proxy.mdoc; add redirect.nav.json(remove from Features, add to Self-Hosting Guides).envoy_flag/envoy_detailsdiagnostics paragraph — implementation detail discoverable in code.Test plan
/docs/outpost/self-hosting/guides/webhook-proxy/docs/outpost/features/webhook-proxyredirects to the new URL🤖 Generated with Claude Code