Skip to content

Commit 4a48c0d

Browse files
committed
CSOAR-3898: Fixed review comments
1 parent 88287cb commit 4a48c0d

File tree

1 file changed

+12
-2
lines changed
  • docs/platform-services/automation-service/app-central/integrations

1 file changed

+12
-2
lines changed

docs/platform-services/automation-service/app-central/integrations/google-chat.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,23 @@ To send rich text messages, use the Create Message action with `Disable HTML` in
3232
Our Google Integrations supports two types of authentications Service Account and WIF (Workload Identity Federation).
3333
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).
3434

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
43+
```
44+
3545
### Workload Identity Federation (WIF) authentication
3646

3747
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:
3848
1. Log in to the [Google Cloud](https://console.cloud.google.com) portal.
3949
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.
4252
5. Go to the **IAM & Admin** > **Service Accounts** page.
4353
6. Click **CREATE SERVICE ACCOUNT** [Service Account](https://cloud.google.com/iam/docs/service-accounts-create) is required to access the Google Chat API.
4454
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

Comments
 (0)