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

Add support for secure bundle / SNI (Astra) #47

Open
mieslep opened this issue Apr 22, 2022 · 2 comments
Open

Add support for secure bundle / SNI (Astra) #47

mieslep opened this issue Apr 22, 2022 · 2 comments

Comments

@mieslep
Copy link

mieslep commented Apr 22, 2022

apache/cassandra-gocql-driver#1487 documents a feature request that has been rejected by gocql maintainers as it is certainly a bit messy in the implementation. That code can be found at finn-no/gocql but it is not being kept current with gocql (the last upstream commit was 5378c8f664e946e421b16a490513675b8419bdc7 from August 2020, and there are a large number of merge conflicts to try to bring up-to-date).

The seeming workaround is to use cql-proxy , but it would be great if we could use golang with secure bundles and SNI, as this is a common Kubernetes pattern.

@joao-r-reis
Copy link
Contributor

This would be a request to create a datastax golang driver which would be a separate project imo. This library does contain a very simple client and server but they are not really designed to run in production, they are being used mostly for tests.

@joao-r-reis
Copy link
Contributor

cc @adutra @mpenick @absurdfarce

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

No branches or pull requests

2 participants