oracle / coherence-go-client

The Coherence Go Client allows native Go applications to act as cache clients to a Coherence cluster using gRPC for the network transport.
https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence
Universal Permissive License v1.0
10 stars 3 forks source link

Allow TLS/SSL config to be specified as part of session options #47

Closed tmiddlet2666 closed 1 year ago

tmiddlet2666 commented 1 year ago

Currently you can only specify TLS/SSL using environment variables - see https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#NewSession We should allow the NewSession to take these in as well.

tmiddlet2666 commented 1 year ago

Fixed by https://github.com/oracle/coherence-go-client/pull/50