Skip to content
Merged
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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?
Expand Down
Loading