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

2016-11-07 Thread Anuj Bhandar (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRAVATA-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15644556#comment-15644556
 ] 

Anuj Bhandar commented on AIRAVATA-2158:


resolved in https://github.com/apache/airavata/pull/54

> 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
>  Labels: GATask
>
> This feature will help client Gateways fetch more information about key 
> credentials for displaying in the User Interfaces.
> New Endpoint introduced:
> "public List 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)


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

2016-10-24 Thread Marcus Christie (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRAVATA-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15603122#comment-15603122
 ] 

Marcus Christie commented on AIRAVATA-2158:
---

[~anujbhan],

I also need some way to set the description on a credential when creating it.  
That is, where the current API allows
{noformat}
   string generateAndRegisterSSHKeys (1: required security_model.AuthzToken 
authzToken,
2: required string gatewayId,
3: required string userName)
{noformat}

I need instead something like
{noformat}
   string generateAndRegisterSSHKeys (1: required security_model.AuthzToken 
authzToken,
2: required string gatewayId,
3: required string userName,
4: optional string description)
{noformat}

Can you add that on to this issue or would you prefer I create a separate issue 
for it?

> 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
>  Labels: GATask
>
> This feature will help client Gateways fetch more information about key 
> credentials for displaying in the User Interfaces.
> New Endpoint introduced:
> "public List 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)