ppapou commented on a change in pull request #641: [DLAB-1555] the warning 
message is adjusted
URL: https://github.com/apache/incubator-dlab/pull/641#discussion_r390457393
 
 

 ##########
 File path: 
services/self-service/src/main/java/com/epam/dlab/backendapi/domain/CreateProjectDTO.java
 ##########
 @@ -15,7 +15,7 @@
        private final Set<String> groups;
        @NotNull final Set<String> endpoints;
        @NotNull
-       @Pattern(regexp = "^ssh-.*\\n?", message = "Wrong key format. Key 
should be in openSSH format")
+       @Pattern(regexp = "^ssh-.*\\n?", message = "format is incorrect. Please 
use the openSSH format")
 
 Review comment:
   No, we don't.
   The original error message:
   '''
       "code": 400,
       "message": "key format is incorrect. Please use the openSSH format"
   '''

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to