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

[feature] AWS HelenusAuthenticator #1379

Merged
merged 1 commit into from
Dec 24, 2019
Merged

[feature] AWS HelenusAuthenticator #1379

merged 1 commit into from
Dec 24, 2019

Conversation

Pehesi97
Copy link
Contributor

Signed-off-by: Pedro Silva [email protected]

AWS Managed Cassandra Service needs the HelenusAuthenticator.

@Pehesi97
Copy link
Contributor Author

@titanous @alexzorin @dpanth3r @juliendsv

@Pehesi97
Copy link
Contributor Author

@t2y
Copy link

t2y commented Dec 17, 2019

I am verifying whether gocql can connect to AWS Managed Cassandra Service. I had the same issue to create session.

gocql: unable to create session: control: unable to connect to initial hosts: unexpected authenticator "com.amazon.helenus.auth.HelenusAuthenticator"

@alourie
Copy link
Contributor

alourie commented Dec 17, 2019

I'm all for merging this, anyone can validate it actually works? I don't have access to Amazon's Cassandra service atm. Thanks!

@martin-sucha @Zariel

@t2y
Copy link

t2y commented Dec 18, 2019

After I modified this change, then try to connect AWS Managed Cassandra Service (MCS), I had another issue in my environment without regard for this issue.

gocql: unable to create session: control: unable to setup connection: Column family TableIdentifier(ksName=system, cfName=local) is not writable

According to my debugging, when gocql create prepared statement and communicate with MCS, then it failed.

row, err := c.query(ctx, "SELECT * FROM system.local WHERE key='local'").rowMap()
info, err = c.prepareStatement(ctx, qry.stmt, qry.trace)

I would appreciate if you could help me.

@Zariel Zariel merged commit b7facab into apache:master Dec 24, 2019
@Pehesi97 Pehesi97 deleted the mcs branch December 26, 2019 12:30
@ghost
Copy link

ghost commented Jan 13, 2020

@t2y did you have any luck with this issue? I am also facing the same issue

@t2y
Copy link

t2y commented Jan 17, 2020

@nikhil-punchh Sorry for late reply. However, I have no idea about the issue. I will subscribe #1389 .

martin-sucha added a commit to kiwicom/gocql that referenced this pull request Feb 5, 2020
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.

4 participants