File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
apps/api-gateway/src/agent-service Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -151,16 +151,16 @@ export class AgentController {
151
151
summary : 'Validates signed data from agent, including credentials' ,
152
152
description : 'Credentials or any other data signed by the organisation is validated'
153
153
} )
154
- @UseGuards ( AuthGuard ( 'jwt' ) , OrgRolesGuard )
155
- @Roles (
156
- OrgRoles . OWNER ,
157
- OrgRoles . ADMIN ,
158
- OrgRoles . HOLDER ,
159
- OrgRoles . ISSUER ,
160
- OrgRoles . SUPER_ADMIN ,
161
- OrgRoles . MEMBER ,
162
- OrgRoles . VERIFIER
163
- )
154
+ // @UseGuards (AuthGuard('jwt'), OrgRolesGuard)
155
+ // @Roles (
156
+ // OrgRoles.OWNER,
157
+ // OrgRoles.ADMIN,
158
+ // OrgRoles.HOLDER,
159
+ // OrgRoles.ISSUER,
160
+ // OrgRoles.SUPER_ADMIN,
161
+ // OrgRoles.MEMBER,
162
+ // OrgRoles.VERIFIER
163
+ // )
164
164
async verifysignature (
165
165
@Param ( 'orgId' ) orgId : string ,
166
166
@Body ( ) data : IVerifySignature ,
You can’t perform that action at this time.
0 commit comments