You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/01/27 16:00:10 UTC

[incubator-dlab] branch DLAB-1357 updated: Added edge_user_name parameter

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch DLAB-1357
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1357 by this push:
     new 7914e54  Added edge_user_name parameter
7914e54 is described below

commit 7914e54de4a3cb1fd61533ba94c5b7da1c0e1d1d
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Mon Jan 27 17:59:53 2020 +0200

    Added edge_user_name parameter
---
 .../src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java
index c13aafc..fd1a3f1 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java
@@ -669,6 +669,7 @@ public class RequestBuilder {
 				.endpoint(createOdahuDTO.getEndpoint())
 				.key(projectDTO.getKey().replace("\n", ""))
 				.build()
+				.withEdgeUserName(getEdgeUserName(user))
 				.withCloudSettings(cloudSettings(user));
 	}
 


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