You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dlab.apache.org by GitBox <gi...@apache.org> on 2019/09/17 07:53:17 UTC

[GitHub] [incubator-dlab] bhliva commented on a change in pull request #309: [DLAB-1078]: Added endpoint to generate key pairs

bhliva commented on a change in pull request #309: [DLAB-1078]:  Added endpoint to generate key pairs
URL: https://github.com/apache/incubator-dlab/pull/309#discussion_r325025015
 
 

 ##########
 File path: services/self-service/src/main/java/com/epam/dlab/backendapi/resources/ProjectResource.java
 ##########
 @@ -214,4 +217,18 @@ public Response updateBudget(
 		projectService.updateBudget(projects);
 		return Response.ok().build();
 	}
+
+	@Operation(summary = "Generate keys for project", tags = "project")
+	@ApiResponses({
+			@ApiResponse(responseCode = "202", description = "Keys are successfully generated")
+	})
+	@POST
+	@Path("/generateKeys")
 
 Review comment:
   please make path /project/key or /project/keys

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@dlab.apache.org
For additional commands, e-mail: dev-help@dlab.apache.org