Skip to content

Commit eae493c

Browse files
Details have been changed
1 parent 3eb108a commit eae493c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

tutorials/btp-sdm-gwi-create-destination/btp-sdm-gwi-create-destination.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,13 @@ Enter all the following fields in the destination configuration section and conf
7676
Description | **`Destination to connect Google Drive`**
7777
URL | **`https://www.googleapis.com/drive/v3`**
7878
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.`**
84+
85+
8086

8187
And the following ***Additional Properties:***
8288

@@ -85,16 +91,12 @@ Enter all the following fields in the destination configuration section and conf
8591

8692
Property Name | Value
8793
:------------- | :-------------
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*
9094
`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*
9495
`google.private_key_id` | *A private key ID obtained from a JSON file*
9596
`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+
>**Caution:**
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.
98100

99101
When you specify a URL with the HTTPS scheme, a checkbox Use default **JDK truststore** will appear. Ensure that this is checked.
100102

0 commit comments

Comments
 (0)