Skip to content

Commit 98a7618

Browse files
authored
fixes whitelist for worker (#3529)
1 parent 7d56a6f commit 98a7618

File tree

1 file changed

+2
-0
lines changed
  • backend/internal/cmds/mgmt/serve/connect

1 file changed

+2
-0
lines changed

backend/internal/cmds/mgmt/serve/connect/cmd.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ func serve(ctx context.Context) error {
414414
mgmtv1alpha1connect.AccountHookServiceGetActiveAccountHooksByEventProcedure,
415415
mgmtv1alpha1connect.AccountHookServiceGetAccountHookProcedure,
416416
mgmtv1alpha1connect.AccountHookServiceSendSlackMessageProcedure,
417+
mgmtv1alpha1connect.AnonymizationServiceAnonymizeSingleProcedure,
418+
mgmtv1alpha1connect.AnonymizationServiceAnonymizeManyProcedure,
417419
},
418420
)
419421
stdAuthInterceptors = append(

0 commit comments

Comments
 (0)