We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda52e1 commit 77ffed5Copy full SHA for 77ffed5
ydb/core/grpc_services/rpc_config.cpp
@@ -157,7 +157,7 @@ class TReplaceStorageConfigRequest : public TBSConfigRequestGrpc<TReplaceStorage
157
}
158
159
if (!NKikimr::IsAdministrator(AppData(), Request_->GetSerializedToken())) {
160
- self->Reply(Ydb::StatusIds::UNAUTHORIZED, "User is not a database administrator.",
+ self->Reply(Ydb::StatusIds::UNAUTHORIZED, "User is not a cluster administrator.",
161
NKikimrIssues::TIssuesIds::ACCESS_DENIED, self->ActorContext());
162
return;
163
0 commit comments