Skip to content

Commit 6b524c1

Browse files
committed
disable JWT Authentication, since this path is secured by a 'secret'
1 parent 4cfdf54 commit 6b524c1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

server-refactored-v3/src/repo/repo.controller.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,6 @@ export class RepoController {
174174
}
175175

176176
@Post('/webhooks/:provider')
177-
@UseGuards(JwtAuthGuard)
178-
@ApiBearerAuth('bearerAuth')
179-
@ApiForbiddenResponse({
180-
description: 'Error: Unauthorized',
181-
type: OKDTO,
182-
isArray: false,
183-
})
184177
@ApiOperation({ summary: 'Webhooks endpoint for repository providers' })
185178
@ApiParam({
186179
name: 'provider',

0 commit comments

Comments
 (0)