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

K8SSAND-1859 ⁃ Apply DSE-specific authentication settings #744

Closed
olim7t opened this issue Oct 27, 2022 · 0 comments
Closed

K8SSAND-1859 ⁃ Apply DSE-specific authentication settings #744

olim7t opened this issue Oct 27, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@olim7t
Copy link
Contributor

olim7t commented Oct 27, 2022

Currently in ApplyAuthSettings if auth is enabled in the cluster, we apply default authentication options to CassandraYaml, if the user didn’t specify anything.

The options being applied are fine for Cassandra, but not for DSE.

This means that authentication needs to be configured explicitly for DSE clusters.

If nothing is specified, we should apply the following for DSE clusters:

CassandraYaml:

authenticator: com.datastax.bdp.cassandra.auth.DseAuthenticator
authorizer: com.datastax.bdp.cassandra.auth.DseAuthorizer
role_manager: com.datastax.bdp.cassandra.auth.DseRoleManager

DseYaml:

authentication_options:
  enabled: true
authorization_options:
  enabled: true
role_management_options:
  mode: internal

┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: K8SSAND-1859
┆priority: Medium

@olim7t olim7t added the bug Something isn't working label Oct 27, 2022
@sync-by-unito sync-by-unito bot changed the title Apply DSE-specific authentication settings K8SSAND-1859 ⁃ Apply DSE-specific authentication settings Oct 27, 2022
@olim7t olim7t self-assigned this Oct 27, 2022
@olim7t olim7t closed this as completed Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Archived in project
Development

No branches or pull requests

1 participant