Skip to content

temporalio/samples-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Customization Samples

These samples show how to customize Temporal server for specific production scenarios.

Learn more about Temporal at:

Prerequisites

  • docker
  • docker-compose

Steps to run samples

Please follow instructions from README.md file in every sample directory.

Samples

  • TLS: how to configure Transport Layer Security (TLS) to secure network communication with and within Temporal cluster.
  • Authorizer: how to inject a low-level authorizer component that can control access to all API calls.

Contributing

We'd love your help in making Temporal great. Please review our contribution guide.

MIT License