DImuthuUpe commented on a change in pull request #5: AIRAVATA-3325: Implementation of box transport URL: https://github.com/apache/airavata-mft/pull/5#discussion_r410942513
########## 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: Does this only has access token based authorization? Is there client id / client secret type authorization? If there is such, I prefer that also be added here ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services