Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mTLS connection to Temporal server #89

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Support mTLS connection to Temporal server #89

merged 1 commit into from
Jan 14, 2022

Conversation

feedmeapples
Copy link
Contributor

@feedmeapples feedmeapples commented Jan 14, 2022

What was changed

Adds support for mTLS

Why?

Allows communicating with secured Temporal server

Checklist

  1. Closes

  2. How was this tested:

  1. Run Temporal server with mTLS not set. Run ui-server and verify that namespaces and other data is loaded

  2. Run secured Temporal server using https://github.com/temporalio/samples-server/tree/main/tls/tls-simple

  • set TLS config in development.yaml
tls:
  сaFile: /home/USERNAME/samples-server/tls/tls-simple/certs/ca.cert
  certFile: /home/USERNAME/samples-server/tls/tls-simple/certs/cluster.pem
  keyFile: /home/USERNAME/samples-server/tls/tls-simple/certs/cluster.key
  enableHostVerification: true
  serverName: tls-sample
  • verify namespaces and other data calls succeed
  1. Any docs updates needed?

@feedmeapples feedmeapples merged commit dc04dee into main Jan 14, 2022
@feedmeapples feedmeapples deleted the mtls branch January 14, 2022 23:30
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.

2 participants