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: docs/platform-services/automation-service/app-central/integrations/google-chat.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,23 @@ To send rich text messages, use the Create Message action with `Disable HTML` in
32
32
Our Google Integrations supports two types of authentications Service Account and WIF (Workload Identity Federation).
33
33
We Recommend to use WIF as it is more secure and easier to manage. For more information, see [Workload Identity Federation](https://cloud.google.com/iam/docs/workload-identity-federation).
34
34
35
+
## Required AWS Details from Sumo Logic
36
+
37
+
To configure the Google Chat integration using WIF authentication, you need the following AWS details from Sumo Logic, These details are essential for setting up the Workload Identity Federation (WIF) credentials in Google Workspace.
38
+
```
39
+
Sumo AWS Account ID : 246946804217
40
+
Sumo AWS Role : stag-csoar-automation-gcpiam
41
+
Sumo AWS Lambda Function : stag-csoar-automation-gcpiam
42
+
Full ARN : arn:aws:sts::246946804217:assumed-role/stag-csoar-automation-gcpiam/stag-csoar-automation-gcpiam
To [create WIF credentials](https://cloud.google.com/iam/docs/workload-identity-federation-create-provider) in Google Workspace needed to configure the Google Chat app integration, follow these steps:
38
48
1. Log in to the [Google Cloud](https://console.cloud.google.com) portal.
39
49
2. Select a Google Cloud project (or create a new one).
40
-
3. Go to the **API&Services** > **Credentials** page.
41
-
4. In the same page click on **ENABLES API AND SERVICES** and search for Google Chat and enable it.
50
+
3. Go to the **API&Services**
51
+
4. In the same page click on **ENABLED API AND SERVICES** and search for Google Chat and enable it.
42
52
5. Go to the **IAM & Admin** > **Service Accounts** page.
43
53
6. Click **CREATE SERVICE ACCOUNT**[Service Account](https://cloud.google.com/iam/docs/service-accounts-create) is required to access the Google Chat API.
44
54
7. While creating the service account, in permission add the role **Service Account Token Creator** and click on **DONE**. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/google-chat/google-chat-11.png')} style={{border:'1px solid gray'}} alt="google-chat" width="800"/>
0 commit comments