我尝试在cassandra中创建角色,同时作为默认的cassandra用户登录,这个错误会弹出
cassandra@cqlsh> create role admin with password = 'admin'
... and superuser = true
... and login = true;
Unauthorized: Error from server: code=2100 [Unauthorized] message="Only superusers can
create a role with superuser status"
我也应该注意到我已经改变了 authenticator: AllowAllAuthenticator
至 authenticator: PasswordAuthenticator
以及 authorizer: AllowAllAuthorizer
至 authorizer: CassandraAuthorizer
在cassandra.yaml文件中,并在进行这些更改后重新启动了cassandra服务,但仍然会弹出错误。
暂无答案!
目前还没有任何答案,快来回答吧!