From c2daa331767b0bbedeaa9aafb7b66c853bb087e8 Mon Sep 17 00:00:00 2001 From: Haifeng He Date: Wed, 1 Jul 2026 11:29:17 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8294fe6b..724e12a9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It enables communication between two Temporal servers even if the servers are lo The proxy can be customized with access control policies, such as defining allow lists for APIs and namespaces, to enhance security. Using multiplex mode allows one server to connect to another server unidirectionally unlike a typical multi-cluster setup where both servers must expose an accessible endpoint. + ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to build and run locally, run tests, etc. @@ -14,6 +15,10 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to build and run locally, run t [MIT License](https://github.com/temporalio/s2s-proxy/blob/main/LICENSE) +## Docker publishing + +[temporalio/s2s-proxy](https://hub.docker.com/r/temporalio/s2s-proxy) + *This project is intended for use as a binary only. Internal APIs are subject to change without warning!* ## When should I use the S2S proxy?