dinukadesilva commented on a change in pull request #5: AIRAVATA-3325: 
Implementation of box transport
URL: https://github.com/apache/airavata-mft/pull/5#discussion_r410964682
 
 

 ##########
 File path: services/secret-service/stub/src/main/proto/SecretService.proto
 ##########
 @@ -72,6 +72,34 @@ message S3SecretDeleteRequest {
 }
 
 
+// Box
+
+message BoxSecret {
+    string secretId = 1;
+    string accessToken = 2;
 
 Review comment:
   According to their documentation, this is the option available for free. 
There's an option to generate a JWT token not available for free. How that 
works is, another managed user (API only user) have to be created who has 
access to a particular directory and through him only the connection can be 
established.
   
https://github.com/box/box-java-sdk/blob/master/doc/authentication.md#developer-token

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to