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

Adds SSL support #140

Closed
wants to merge 3 commits into from
Closed

Conversation

cvanderschuere
Copy link
Contributor

Closes #70

This PR is an update of #73 to work after the client/connection split.

This change enables the use of mTLS for client<>server communication.

This change enables the use of mTLS for client<>server communication. https://docs.temporal.io/docs/server/security/#encryption-in-transit-with-mtls

An update of coinbase#73 to close coinbase#70
Copy link
Contributor

@antstorm antstorm left a comment

Choose a reason for hiding this comment

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

Thank you for resurrecting this, @cvanderschuere ! Left few comments, but similar to the original PR this needs unit specs to test the new behaviour

lib/temporal/connection.rb Outdated Show resolved Hide resolved
lib/temporal/connection.rb Outdated Show resolved Hide resolved
@cvanderschuere
Copy link
Contributor Author

@antstorm mind taking another look?

@jlemesh
Copy link
Contributor

jlemesh commented May 3, 2022

Hi, is it possible to finish and merge this? I'd be happy to help. @antstorm, any other changes needed here?

@jlemesh jlemesh mentioned this pull request Jun 22, 2022
@cvanderschuere
Copy link
Contributor Author

Completed with #186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SSL Support for GRPC Client
3 participants