You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Anuj Bhandar (JIRA)" <ji...@apache.org> on 2016/10/11 15:04:20 UTC

[jira] [Created] (AIRAVATA-2158) Introduce Credential summary data model for Airavata API

Anuj Bhandar created AIRAVATA-2158:
--------------------------------------

             Summary: Introduce Credential summary data model for Airavata API
                 Key: AIRAVATA-2158
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2158
             Project: Airavata
          Issue Type: New Feature
          Components: Airavata API
         Environment: Development
            Reporter: Anuj Bhandar
            Assignee: Anuj Bhandar


This feature will help client Gateways fetch more information about key credentials for displaying in the User Interfaces.

New Endpoint introduced:

"public List<CredentialSummary> getAllGatewaySSHPubKeysSummary(AuthzToken authzToken, String gatewayId)"

returns:
"struct CredentialSummary { 1: required string gatewayId, 2: required string username, 3: optional string publicKey, 4: optional i64 persistedTime, 5: optional string description }"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)