temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
211 stars 142 forks source link

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

Closed tsurdilo closed 7 months ago

tsurdilo commented 7 months ago

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

closes https://github.com/temporalio/sdk-java/issues/1996

cretz commented 7 months ago

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.