You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I edited the .yaml file with the following changes:
authenticator: AllowAllAuthenticator authenticator:PasswordAuthenticator
authorizer: AllowAllAuthorizer to authorizer: CassandraAuthorizer
I logged in as cassandra:
OUTPUT: cqlsh> login cassandra
Password: (i put it as : cassandra)
cassandra@cqlsh>
However i still cannot create new users. It asks me to login again
OUTPUT: cassandra@cqlsh> list users;
Unauthorized: Error from server: code=2100 [Unauthorized] message="You have to be logged in and not anonymous to perform this request"
The text was updated successfully, but these errors were encountered:
I edited the .yaml file with the following changes:
authenticator: AllowAllAuthenticator authenticator:PasswordAuthenticator
authorizer: AllowAllAuthorizer to authorizer: CassandraAuthorizer
I logged in as cassandra:
OUTPUT: cqlsh> login cassandra
Password: (i put it as : cassandra)
cassandra@cqlsh>
However i still cannot create new users. It asks me to login again
OUTPUT: cassandra@cqlsh> list users;
Unauthorized: Error from server: code=2100 [Unauthorized] message="You have to be logged in and not anonymous to perform this request"
The text was updated successfully, but these errors were encountered: