Skip to content

docs(temporal-proxy): update for v0.5.0 - #5109

Merged
Duncanma merged 3 commits into
mainfrom
temporal-proxy-updates
Aug 14, 2026
Merged

docs(temporal-proxy): update for v0.5.0#5109
Duncanma merged 3 commits into
mainfrom
temporal-proxy-updates

Conversation

@pseudomuto

@pseudomuto pseudomuto commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

v0.5.0 adds a service allowlist and reframes the inbound auth extension point as an authorization point. Neither was covered here. The allowlist matters most for anyone upgrading, since the proxy forwards only WorkflowService and OperatorService by default. A deployment that relies on reflection has to opt in, and a service left out answers Unimplemented rather than passing the call through.

The gateway now publishes a health entry per allowed service, which is what makes a gRPC probe or the Go SDK's CheckHealth work. So the Kubernetes page has some probe guidance next to the drain budgets a probe has to fit within.

┆Attachments: EDU-6954 docs(temporal-proxy): update for v0.5.0

v0.5.0 adds a service allowlist and turns the inbound auth extension
point into an authorization one. Neither was covered here. The allowlist
matters most for anyone upgrading, since the proxy forwards only
WorkflowService and OperatorService by default. A deployment that
relies on reflection has to opt in, and a service left out answers
_Unimplemented_ rather than passing the call through.

The gateway now publishes a health entry per allowed service, which is
what makes a gRPC probe or the Go SDK's CheckHealth work, so the
Kubernetes page has some probe guidance next to the drain budgets a
probe has to fit inside.
@pseudomuto
pseudomuto requested a review from a team as a code owner August 14, 2026 11:28
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview Aug 14, 2026 4:41pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

Copilot AI balanced review requested due to automatic review settings August 14, 2026 16:41
@Duncanma
Duncanma enabled auto-merge (squash) August 14, 2026 16:41
@Duncanma
Duncanma merged commit 66309b2 into main Aug 14, 2026
16 checks passed
@Duncanma
Duncanma deleted the temporal-proxy-updates branch August 14, 2026 16:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Temporal Proxy documentation for v0.5.0.

Changes:

  • Documents service allowlisting and health checks.
  • Adds Kubernetes probe and shutdown guidance.
  • Documents external authorization extensions.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
index.mdx Summarizes allowlisting and health support.
deploy-kubernetes.mdx Adds probe and shutdown guidance.
configure.mdx Documents allowlists, health checks, and authorization.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +89 to +90
Those three are the whole set to select from. A name the proxy cannot forward fails the configuration at startup rather
than at the first request.
Comment on lines +195 to +196
decides before the request is routed, so nothing reaches an upstream until the caller is admitted, and it strips the
credential before forwarding upstream.
```yaml
livenessProbe:
grpc:
port: 8443 # Must be numeric. Match service.port.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants