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

Does not work with Astra anymore #244

Open
pegesund opened this issue May 6, 2024 · 1 comment
Open

Does not work with Astra anymore #244

pegesund opened this issue May 6, 2024 · 1 comment

Comments

@pegesund
Copy link

pegesund commented May 6, 2024

I keep getting this error when connecting to Astra.

Authentication error (AuthenticationException: Authentication error on node dd59eaf6-bfa8-48eb-9ce0-6a69f076cecc-us-east-2.db.astra.datastax.com/:29042:39304360-22a0-4e5a-87f8-06e37447b391: server replied with 'We recently improved your database security. To find out more and reconnect, see https://docs.datastax.com/en/astra/docs/manage-application-tokens.html' to AuthResponse request)

It seems Astra in later versions also need token?

@msmygit
Copy link
Collaborator

msmygit commented Nov 27, 2024

It seems Astra in later versions also need token?

When connecting to DataStax Astra DB, you only want one of the options below,

  1. ClientID for username and ClientSecret for password (OR)
  2. the string literal token for username and the token value (it will look like AstraCS:blah...) for the password

along with the secure connect bundle.

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