Netflix/Priam

howto change authenticator/authorizer in config?

Opened this issue · 1 comments

authenticator: org.apache.cassandra.auth.AllowAllAuthenticator
authorizer: org.apache.cassandra.auth.AllowAllAuthorizer

to:
authenticator: PasswordAuthenticator
authorizer: CassandraAuthorizer

after each restart of tomcat im getting first things
but i need authentication on my nodes
didn't find in docs. im missed?

@karpa13a I have added a wiki page explaining how to enable authorization: https://github.com/Netflix/Priam/wiki/Enabling-authentication_authorization-on-Cassandra

Let me know if you hit any issues.