Skip to content

Commit 90de0da

Browse files
authored
Merge pull request #23371 from Vikramkulkarni01/master
added image
2 parents ee1b7bc + 9ccde45 commit 90de0da

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
Loading

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,29 +76,31 @@ 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.`**
8084

81-
And the following ***Additional Properties:***
85+
86+
87+
And the following **Additional Properties**:
8288

8389
> <span style="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).
8490
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+
> **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.
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

101-
!![HTTPDestination](NewDestinatioFormat.png)
103+
!![HTTPDestination](NewDestinatioFormat_v1.png)
102104

103105

104106
[DONE]

0 commit comments

Comments
 (0)