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

Go gRPC authentication - fix example #174

Open
polandll opened this issue Nov 16, 2021 · 0 comments
Open

Go gRPC authentication - fix example #174

polandll opened this issue Nov 16, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation gRPC API

Comments

@polandll
Copy link
Contributor

Per Michael Penick:
go-auth-secure.go

passwd := "cassandra"

config := &tls.Config{
 	InsecureSkipVerify: false,

false is the default so this doesn't need to be set. Here's one recommended way of specifying TLS in the go grpc client: https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-auth-support.md#enabling-tls-on-a-grpc-client

So, I need to research and fix this example.

@polandll polandll added documentation Improvements or additions to documentation gRPC API labels Nov 16, 2021
@polandll polandll self-assigned this Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation gRPC API
Projects
None yet
Development

No branches or pull requests

1 participant