You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2016/10/28 16:46:03 UTC

[14/20] airavata-php-gateway git commit: AIRAVATA-2156 Give description for default SSH key

AIRAVATA-2156 Give description for default SSH key


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/9bc02d0f
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/9bc02d0f
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/9bc02d0f

Branch: refs/heads/develop
Commit: 9bc02d0fcd305a782ab8fc4255a09f0146e49dca
Parents: 83a8373
Author: Marcus Christie <ma...@iu.edu>
Authored: Thu Oct 27 10:09:41 2016 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Thu Oct 27 10:09:41 2016 -0400

----------------------------------------------------------------------
 app/libraries/URPUtilities.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/9bc02d0f/app/libraries/URPUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/URPUtilities.php b/app/libraries/URPUtilities.php
index fccf63e..f0a6094 100644
--- a/app/libraries/URPUtilities.php
+++ b/app/libraries/URPUtilities.php
@@ -29,8 +29,7 @@ class URPUtilities
 
         $userId = Session::get('username');
         $gatewayId = Session::get('gateway_id');
-        // TODO add a description to the SSH token
-        $credentialStoreToken = AdminUtilities::create_ssh_token();
+        $credentialStoreToken = AdminUtilities::create_ssh_token_with_description("Default SSH Key");
         $userResourceProfileData = new UserResourceProfile(array(
                 "userId" => $userId,
                 "gatewayID" => $gatewayId,