You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by GitBox <gi...@apache.org> on 2021/05/20 02:56:42 UTC

[GitHub] [airavata-custos] hasithajayasundara opened a new issue #167: Incorrect path for get certificate credentials

hasithajayasundara opened a new issue #167:
URL: https://github.com/apache/airavata-custos/issues/167


   Get certificate path should be corrected as,
   
   ```java
   String vaultPath = Constants.VAULT_RESOURCE_SECRETS_PATH + tenantId + "/" + secret.getOwnerId() +
                   "/" + Constants.CERTIFICATES + "/" + secret.getId();
   ```


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