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/configuration/plugins/configuring-g-suite.md
+30-32
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
description: Configuration page for all G Suite plugins.
3
3
---
4
4
5
-
# Configuring G Suite
5
+
# Configuring G Suite Integration
6
6
7
7
{% hint style="info" %}
8
-
Dispatch ships with several G Suite plugins \(Docs, Groups, Drive, etc.,\). This page documents the available configuration for these plugins and the permissions required to enable them. These plugins are required for core functionality.
8
+
Dispatch ships with several G Suite plugins \(Docs, Groups, Drive, etc.,\). This page documents the available configuration
9
+
for these plugins and the permissions required to enable them. These plugins are required for core functionality.
9
10
{% endhint %}
10
11
12
+
## Dispatch Configuration Variables
13
+
11
14
### `GOOGLE_DOMAIN`\[Required\]
12
15
13
16
> Base domain for which this Google Cloud Platform \(GCP\) service account resides.
@@ -18,49 +21,55 @@ Dispatch ships with several G Suite plugins \(Docs, Groups, Drive, etc.,\). This
Create a Developer API key \(APIs & Services > Credentials > Create Credentials > API Key\), and set the value of`GOOGLE_DEVELOPER_KEY`.
72
+
Then, create a Developer API key \(APIs & Services > Credentials > Create Credentials > API Key\), and set it to the value for`GOOGLE_DEVELOPER_KEY`.
64
73
65
74
Enable the following APIs \(APIs and Services > Library\):
66
75
@@ -70,18 +79,8 @@ Enable the following APIs \(APIs and Services > Library\):
70
79
* Gmail API
71
80
* Admin SDK \(necessary to create and manage groups\)
72
81
73
-
{% hint style="info" %}
74
-
If you are planning on using Google Drive storage you must enable the folder sharing beta.
Finally, map the `client_id` of the created service with the required OAuth2 scopes.
83
-
84
-
Navigate to admin [home](https://admin.google.com/AdminHome?chromeless=1#OGX:ManageOauthClients%20)\(Security > Advanced Settings > Manage API Client Access\), and add the following scopes:
82
+
Finally, create your OAuth application which is how G Suite will authorize the service account and API key \(APIs & Services > OAuth Consent Screen\).
Copy file name to clipboardexpand all lines: docs/user-guide/administration/knowledge.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To create a new tag navigate to: `Dispatch > Tags > New`
24
24
25
25
**URI:** The external tag locator (if available).
26
26
27
-
**Discoverable:** Dispatch has the ability to do some automatic tag discovery. Meaning given a set of predefined tags, it will crawl all incident data available to it and using NLP associate this data to incidents (current incident and retroactively). If for some reason a tag is general enough (e.g. "the") that you do not want to make it disoverable, this flag can disable that functionality on an individual tag basis.
27
+
**Discoverable:** Dispatch has the ability to do some automatic tag discovery. Meaning given a set of predefined tags, it will crawl all incident data available to it and using NLP associate this data to incidents (current incident and retroactively). If for some reason a tag is general enough (e.g. "the") that you do not want to make it discoverable, this flag can disable that functionality on an individual tag basis.
28
28
29
29
## Documents
30
30
@@ -34,6 +34,8 @@ To create a new document navigate to: `Dispatch > Documents > New`
34
34
35
35
Documents are links to external sources \(Web Pages, Google Documents, etc.,\). These documents can be associated with terms, incident types, and incident priorities, allowing these documents to be recommended reading for incident participants.
36
36
37
+
If you use the Google Drive plugin, Dispatch will copy a Google document associated with an incident type into a folder. Make sure you specify the correct Google Docs ID for the `ID` field.
38
+
37
39
**Name:** Name of the document.
38
40
39
41
**Description:** Short description of the document.
@@ -52,7 +54,7 @@ In addition to fields about the document itself, Dispatch allows you to associat
52
54
53
55
Documents can also be used as templates during incident creation that Dispatch will attempt to fill when copied.
54
56
55
-
If you are using the google drive plugin, we provide a set of templates to get you started, these should be copied into your google drive and then created as documents in the Dispatch UI.
57
+
If you are using the Google Drive plugin, we provide a set of templates to get you started, these should be copied into your Google Drive and then created as documents in the Dispatch UI.
0 commit comments