Skip to content

Commit 166b27e

Browse files
authored
Update Tanium S2S posture integration docs (#23132)
* Make it clear that the "Benchmark" Tanium entitlement is required * Add instructions for obtaining the REST API URL
1 parent 1d9b7c5 commit 166b27e

File tree

1 file changed

+11
-6
lines changed
  • src/content/docs/cloudflare-one/identity/devices/service-providers

1 file changed

+11
-6
lines changed

src/content/docs/cloudflare-one/identity/devices/service-providers/taniums2s.mdx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Render } from "~/components"
1515

1616
## Prerequisites
1717

18-
* Either Tanium Cloud or on-premise installations of Tanium
18+
* Either Tanium Cloud or on-premise installations of Tanium with the Benchmark entitlement
1919
* Tanium agent is deployed on the device.
2020
* <Render file="posture/prereqs-warp-is-deployed" params={{ name: "Service providers", link: "/cloudflare-one/identity/devices/service-providers/" }} />
2121

@@ -26,22 +26,27 @@ import { Render } from "~/components"
2626
The following Tanium values are needed to set up the Tanium posture check:
2727

2828
* Client Secret
29-
* Rest API URL
29+
* REST API URL
3030

31-
To retrieve those values:
31+
To retrieve the client secret, create an API token:
3232

3333
1. Log in to your Tanium instance.
3434
2. Go to **Administration** > **API Tokens**.
3535
3. Select **New API Token**.
3636
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.
3737
5. Set **Trusted IP addresses** to `0.0.0.0/0`.
3838
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:
42+
43+
* Tanium Cloud: `https://<customerName>-api.cloud.tanium.com/plugin/products/gateway/graphql`
44+
* Tanium On Prem: `https://<server>/plugin/products/gateway/graphql`
4045

4146
### 2. Add Tanium as a service provider
4247

4348
<Render file="posture/add-service-provider" params={{ provider: "Tanium" }} />
44-
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.
4550
6. Choose a **Polling frequency** for how often Cloudflare Zero Trust should query Tanium for information.
4651
7. Select **Test and save**.
4752

@@ -57,4 +62,4 @@ Device posture data is gathered from [Tanium's EndpointRisk API](https://develop
5762
| ----------- | ------ | --- |
5863
| Total score | `totalScore` of the device. | `1` to `1000` |
5964
| 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

Comments
 (0)