Fix broken build 55/136055/1
authorvasraz <vasyl.razinkov@est.tech>
Thu, 28 Sep 2023 10:23:07 +0000 (11:23 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Thu, 28 Sep 2023 10:25:58 +0000 (10:25 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I89ae765b3a2dc4672de0bcd89f6a8c61e8153345
Issue-ID: SDC-4621

catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java

index e00b1a0..26a9a68 100644 (file)
@@ -212,7 +212,6 @@ public class ComponentInterfaceOperationServlet extends AbstractValidationsServl
         @ApiResponse(responseCode = "201", description = "Create Interface Operation"),
         @ApiResponse(responseCode = "403", description = "Restricted operation"),
         @ApiResponse(responseCode = "400", description = "Invalid content / Missing content")})
-    @PermissionAllowed(AafPermission.PermNames.INTERNAL_ALL_VALUE)
     public Response createComponentInstanceInterfaceOperation(
         @Parameter(description = "valid values: resources / services", schema = @Schema(allowableValues = {ComponentTypeEnum.RESOURCE_PARAM_NAME,
             ComponentTypeEnum.SERVICE_PARAM_NAME})) @PathParam("componentType") String componentType,