nbafna04 commented on a change in pull request #11:
URL: https://github.com/apache/airavata-mft/pull/11#discussion_r418416537
##########
File path:
services/secret-service/server/src/main/resources/distribution/conf/secrets.json
##########
@@ -31,5 +31,10 @@
"type": "DROPBOX",
"secretId": "dropbox-cred",
"accessToken": ""
+ },
+ {
+ "type": "GDRIVE",
+ "secretId": "gdrive-cred",
+ "credentialsJson": ""
Review comment:
So for Google Drive authentication, user needs to setup a service
account which generates a secret.json file with fields below. User must copy
paste the contents of the json file in the credentialsJson value. We are
working on the documentation on how to setup a service account and how to use
MFT for Gdrive transfers. We will update the documentation soon.
{
"type": "service_account",
"project_id": "",
"private_key_id": "",
"private_key": "",
"client_email": "[email protected]",
"client_id": "",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url":
"https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": ""
}
----------------------------------------------------------------
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]