Skip to content

SpringBoot - add server-name to mtls config options #1998

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

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

tsurdilo
Copy link
Contributor

adds server-name to mtls config. allows to override authority on ChannelInitializer when using mtls

closes #1996

@tsurdilo tsurdilo requested a review from a team as a code owner February 27, 2024 16:08
@cretz
Copy link
Member

cretz commented Feb 27, 2024

Note, we should never have called this mTLS options. Server CA, trust manager, and SNI override are TLS options and are not specific to mTLS (which is "mutual" TLS and about client cert/key auth). Many users don't have mTLS setup but need to set things like SNI override.

@tsurdilo tsurdilo merged commit ad1dabc into temporalio:master Feb 29, 2024
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.

SpringBoot - add "server-name" property to connection options
3 participants