无法使用cassandra帐户创建角色

icomxhvb  于 2021-06-14  发布在  Cassandra
关注(0)|答案(0)|浏览(553)

我尝试在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: AllowAllAuthenticatorauthenticator: PasswordAuthenticator 以及 authorizer: AllowAllAuthorizerauthorizer: CassandraAuthorizer 在cassandra.yaml文件中,并在进行这些更改后重新启动了cassandra服务,但仍然会弹出错误。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题