Skip to content

Commit

Permalink
Correct wording in zta
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Apr 19, 2024
1 parent 7f58f03 commit 9ee0260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const docsNavigation = [
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
{title: 'Identity provider sync', href: '/how-to/idp-sync' },
{title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{title: 'Endpoint Detection and Response (EDR)', href: '/how-to/endpoint-detection-and-response' },
{title: 'Endpoint detection and response (EDR)', href: '/how-to/endpoint-detection-and-response' },
]
},

Expand Down
6 changes: 3 additions & 3 deletions src/pages/how-to/endpoint-detection-and-response.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Endpoint Detection and Response (EDR)
# Endpoint detection and response (EDR)

Endpoint Detection and Response (EDR) is a cybersecurity technology designed to help organizations detect, investigate,
and respond to threats on endpoint devices. An endpoint is any device that is connected to a network, such as laptops,
Expand Down Expand Up @@ -55,13 +55,13 @@ Before you start creating and configuring a CrowdStrike integration, ensure that
<img src="/docs-static/img/how-to-guides/crowdstrike-credentials.png" alt="crowdstrike-credentials" className="imagewrapper"/>
</p>
- Select groups you want to apply the integration to
- If you would like to apply ZTA threshold then enable the `Zero Trust Assessment Score` and set the desired limit, and click `Connect`.
- If you would like to apply a ZTA threshold, then enable the [Zero Trust Assessment Score](https://www.crowdstrike.com/blog/tech-center/securing-private-applications-with-crowdstrike-zero-trust-assessment-and-aws-verified-access/) and set the desired limit, and click `Connect`.
<p>
<img src="/docs-static/img/how-to-guides/crowdstrike-groups-zta.png" alt="crowdstrike-groups-zta" className="imagewrapper"/>
</p>

<Note>
The EDR check will apply only to machines in the selected groups and will require the presence of the CrowdStrike agent.
The EDR check will apply only to machines in the selected groups and will require a running CrowdStrike agent.
</Note>
<Note>
You can also use groups [synchronized from your Identity Provider (IdP)](/how-to/idp-sync).
Expand Down

0 comments on commit 9ee0260

Please sign in to comment.