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.
2 parents 593fba6 + 408ebf1 commit 6a18928Copy full SHA for 6a18928
ydb/core/grpc_services/rpc_rate_limiter_api.cpp
@@ -67,7 +67,7 @@ class TRateLimiterRequest : public TRpcOperationRequestActor<TDerived, TRequest>
67
if (resource.has_metering_config()) {
68
auto self = static_cast<TDerived*>(this);
69
const auto& userTokenStr = self->Request_->GetSerializedToken();
70
- bool allowed = false;
+ bool allowed = AppData()->AdministrationAllowedSIDs.empty();
71
if (userTokenStr) {
72
NACLib::TUserToken userToken(userTokenStr);
73
for (auto &sid : AppData()->AdministrationAllowedSIDs) {
0 commit comments