You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/btp-sdm-gwi-create-destination/btp-sdm-gwi-create-destination.md
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -76,29 +76,31 @@ Enter all the following fields in the destination configuration section and conf
76
76
Description | **`Destination to connect Google Drive`**
77
77
URL | **`https://www.googleapis.com/drive/v3`**
78
78
Proxy Type | **`Internet`**
79
-
Authentication | **`NoAuthentication`**
79
+
Authentication | **`OAuth2ClientCredentials`**
80
+
Client ID | **`A client ID that is obtained from a JSON file.`**
81
+
Client Secret | **`Enter the key from the JSON file`**
82
+
Token Service URL Type | **`Dedicated`**
83
+
Token Service URL | **`A token URI that is obtained from a JSON file.`**
80
84
81
-
And the following ***Additional Properties:***
85
+
86
+
87
+
And the following **Additional Properties**:
82
88
83
89
> <spanstyle="color:red"> Note: </span> Open the downloaded JSON file with public/private key pair from Google service accounts. For more information about the detailed steps, see [Configure Service Account Access](https://developers.google.com/workspace/guides/create-credentials?hl=en#create_credentials_for_a_service_account).
84
90
85
91
86
92
Property Name | Value
87
93
:------------- | :-------------
88
-
`google.auth_provider_x509_cert_url` | *An `auth_provider_x509_cert_url` obtained from the JSON file*
89
-
`google.auth_uri` | *The Google authentication URI obtained from a JSON file*
90
94
`google.client_email` | *A client email obtained from a JSON file.*
91
-
`google.client_id` | *A client ID obtained from a JSON file*
92
-
`google.client_x509_cert_url` | *A client X509 certificate URL obtained from a JSON file*
93
-
`google.private_key` | *Enter the Google Cloud private key*
94
95
`google.private_key_id` | *A private key ID obtained from a JSON file*
95
96
`google.project_id` | *A project ID obtained from a JSON file*
96
-
`google.token_uri` | *A token URI obtained from a JSON file*
97
-
`google.type` | **`service_account`**
97
+
98
+
> **Note:**
99
+
When connecting your services to SAP BTP services and on-premise systems, credentials are exposed in plain text to the person performing the configuration. Make sure that you've operational countermeasures in place to prevent unauthorized copies of credentials from being leaked.
98
100
99
101
When you specify a URL with the HTTPS scheme, a checkbox Use default **JDK truststore** will appear. Ensure that this is checked.
0 commit comments