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_r410947135
##########
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:
I'm working on it.
----------------------------------------------------------------
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