Skip to content

Commit c31c6fa

Browse files
committed
Add review status note
1 parent a6665b6 commit c31c6fa

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

src/content/docs/cloudflare-one/applications/app-library.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 4
66
---
77

8-
import { GlossaryTooltip } from "~/components";
8+
import { Render, GlossaryTooltip } from "~/components";
99

1010
The Application Library allows users to manage their SaaS applications in use in Cloudflare Zero Trust by consolidating views across all relevant products: [Gateway](/cloudflare-one/policies/gateway/), [Access](/cloudflare-one/policies/access/), and [Cloud Access Security Broker (CASB)](/cloudflare-one/applications/casb/). The App Library provides visibility and control for available applications, as well as the ability to view categorized hostnames and manage configuration for Access for SaaS and Gateway policies. For example, you can use the App Library to review how Gateway uses specific hostnames to match against application traffic.
1111

@@ -42,7 +42,9 @@ The Shadow IT Discovery dashboard will provide more details for discovered appli
4242

4343
## Review applications
4444

45-
To organize applications into their approval status for your organization, you can mark them as in-review, approved, or unapproved. Application statuses include **Unreviewed** (default), **In review**, **Approved**, and **Unapproved**.
45+
To organize applications into their approval status for your organization, you can mark them as in-review, approved, or unapproved. Application statuses include **Unreviewed** (default), **In review**, **Approved**, and **Unapproved**. The App Library synchronizes application review statuses with [approval statuses](/cloudflare-one/insights/analytics/shadow-it-discovery/#approval-status) from Shadow IT Discovery.
46+
47+
<Render file="approval-status-block" />
4648

4749
To set the status of an application:
4850

src/content/docs/cloudflare-one/insights/analytics/shadow-it-discovery.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 5
66
---
77

8+
import { Render } from "~/components";
9+
810
Shadow IT Discovery provides visibility into the SaaS applications and private network origins your users are visiting. This information allows you to create identity and device-driven Zero Trust policies to secure your users and data.
911

1012
To view Shadow IT Discovery in [Zero Trust](https://one.dash.cloudflare.com), go to **Analytics**, then select **Shadow IT Discovery**.
@@ -88,9 +90,7 @@ The origin's status will now be updated across charts and visualizations on the
8890

8991
Within Shadow IT Discovery, applications are labeled according to their status. The default status for a discovered application is **Unreviewed**. Your organization can determine the status of each application and change their status at any time.
9092

91-
:::note
92-
Approval status does not impact a user's ability to access the application. Users are allowed or blocked according to your Access and Gateway policies.
93-
:::
93+
<Render file="approval-status-block" />
9494

9595
| Status | Description |
9696
| ---------- | ------------------------------------------------------------------------------------------------------ |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
{}
3+
---
4+
5+
:::note
6+
Approval status does not impact a user's ability to access the application. Users are allowed or blocked according to your Access and Gateway policies.
7+
:::

0 commit comments

Comments
 (0)