diff --git a/pkg/rpc/auth_tenant.go b/pkg/rpc/auth_tenant.go index 8a24ca21ce97..2e0b8c55f46a 100644 --- a/pkg/rpc/auth_tenant.go +++ b/pkg/rpc/auth_tenant.go @@ -149,12 +149,14 @@ var reqMethodAllowlist = [...]bool{ roachpb.Scan: true, roachpb.ReverseScan: true, roachpb.EndTxn: true, + roachpb.AdminSplit: true, roachpb.HeartbeatTxn: true, roachpb.QueryTxn: true, roachpb.QueryIntent: true, roachpb.InitPut: true, - roachpb.AddSSTable: true, roachpb.Export: true, + roachpb.AdminScatter: true, + roachpb.AddSSTable: true, roachpb.Refresh: true, roachpb.RefreshRange: true, }