Skip to content

Commit

Permalink
kvserver: add AdminSplit and AdminScatter to secondary tenants API
Browse files Browse the repository at this point in the history
Release Note: None
  • Loading branch information
shralex committed Jan 14, 2022
1 parent ca44523 commit 11cbb34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/rpc/auth_tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 11cbb34

Please sign in to comment.