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

[Bug]: Cassandra Integration Enforces User/Password Even When Authentication is not Enabled #9215

Closed
MinuraPunchihewa opened this issue May 16, 2024 · 0 comments · Fixed by #9231
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@MinuraPunchihewa
Copy link
Contributor

Short description of current behavior

The Cassandra integration is not able to handle situations where the database itself does not require authentication. The integration enforces user/password authentication and looks for the user and password parameters even when it is not required.

Video or screenshots

No response

Expected behavior

Users should be able to run a query similar to the following without an issue:

CREATE DATABASE sc
WITH
  engine = "cassandra",
  parameters = {
    "host": "127.0.0.1",
    "port": "9043",
    "keyspace": "test_data",
  };

How to reproduce the error

No response

Anything else?

No response

@MinuraPunchihewa MinuraPunchihewa added the bug Something isn't working label May 16, 2024
@MinuraPunchihewa MinuraPunchihewa self-assigned this May 16, 2024
@ZoranPandovski ZoranPandovski added the help wanted Extra attention is needed label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Community Contributors
Awaiting triage
Development

Successfully merging a pull request may close this issue.

2 participants