Skip to content

Commit 2cf5543

Browse files
authored
feat: specify some request's auth (#1461)
1 parent 3d6565d commit 2cf5543

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modular/gater/request_context.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var skipAuthRouterNames = []string{
5151
getBucketMetaRouterName,
5252
listBucketsByIDsRouterName,
5353
listObjectsByIDsRouterName,
54+
listUserPaymentAccountsRouterName,
55+
listPaymentAccountStreamsRouterName,
5456
}
5557

5658
// NewRequestContext returns an instance of RequestContext, and verify the

0 commit comments

Comments
 (0)