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
@@ -26,22 +26,27 @@ import { Render } from "~/components"
26
26
The following Tanium values are needed to set up the Tanium posture check:
27
27
28
28
* Client Secret
29
-
*Rest API URL
29
+
*REST API URL
30
30
31
-
To retrieve those values:
31
+
To retrieve the client secret, create an API token:
32
32
33
33
1. Log in to your Tanium instance.
34
34
2. Go to **Administration** > **API Tokens**.
35
35
3. Select **New API Token**.
36
36
4. Set **Expire in days** to an appropriate value for your organization. When this token expires, all device posture results will begin to fail unless updated.
37
37
5. Set **Trusted IP addresses** to `0.0.0.0/0`.
38
38
6. Select **Save**.
39
-
7. Copy the **Client Secret** and **API URL** to a safe place.
39
+
7. Copy the **Client Secret** to a safe place.
40
+
41
+
To retrieve the API URL, determine your Tanium Gateway root endpoint:
5. Enter the **Client Secret** and **Rest API URL** you noted down above.
49
+
5. Enter the **Client Secret** and **REST API URL** you noted down above.
45
50
6. Choose a **Polling frequency** for how often Cloudflare Zero Trust should query Tanium for information.
46
51
7. Select **Test and save**.
47
52
@@ -57,4 +62,4 @@ Device posture data is gathered from [Tanium's EndpointRisk API](https://develop
57
62
| ----------- | ------ | --- |
58
63
| Total score |`totalScore` of the device. |`1` to `1000`|
59
64
| Risk level |`riskLevel` of the device. | Low, medium, high, or critical |
60
-
| EID last seen | Elapsed time since the device was last seen, based on its `datetime` attribute. | In the last 1 hour, 3 hours, 6 hours, 12 hours, 24 hours, 7 days, 30 days, or more than 30 days |
65
+
| EID last seen | Elapsed time since the device was last seen, based on its `datetime` attribute. | In the last 1 hour, 3 hours, 6 hours, 12 hours, 24 hours, 7 days, 30 days, or more than 30 days |
0 commit comments