File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ class THttpMonLegacyActorRequest : public TActorBootstrapped<THttpMonLegacyActor
507507 void ReplyForbiddenAndPassAway (const TString& error = {}) {
508508 NYql::TIssues issues;
509509 issues.AddIssue (error);
510- ReplyErrorAndPassAway (Ydb::StatusIds::UNAUTHORIZED, issues, false );
510+ ReplyErrorAndPassAway (Ydb::StatusIds::UNAUTHORIZED, issues, true );
511511 }
512512
513513 void SendRequest (const NKikimr::NGRpcService::TEvRequestAuthAndCheckResult* result = nullptr ) {
@@ -1143,7 +1143,7 @@ class THttpMonAuthorizedActorRequest : public TActorBootstrapped<THttpMonAuthori
11431143 void ReplyForbiddenAndPassAway (const TString& error = {}) {
11441144 NYql::TIssues issues;
11451145 issues.AddIssue (error);
1146- ReplyErrorAndPassAway (Ydb::StatusIds::UNAUTHORIZED, issues, false );
1146+ ReplyErrorAndPassAway (Ydb::StatusIds::UNAUTHORIZED, issues, true );
11471147 }
11481148
11491149 void SendRequest (const NKikimr::NGRpcService::TEvRequestAuthAndCheckResult& result) {
You can’t perform that action at this time.
0 commit comments