-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[ZT] App Library #24034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[ZT] App Library #24034
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d77b43c
Create page
maxvp 5dbe191
Add organize applications section
maxvp a3229dc
Update CASB procedure
maxvp 865c75e
Add details section
maxvp a4c40e2
Style edits
maxvp a6665b6
Apply suggestions
maxvp c31c6fa
Add review status note
maxvp 684b7cc
Apply suggestions from code review
maxvp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
src/content/docs/cloudflare-one/applications/app-library.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Application Library | ||
| sidebar: | ||
| order: 4 | ||
| --- | ||
|
|
||
| import { Render, GlossaryTooltip } from "~/components"; | ||
|
|
||
| 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. | ||
|
|
||
| To access the App Library in [Zero Trust](https://one.dash.cloudflare.com/), go to **My team** > **App Library**. Each application card will list the number of hostnames associated with the application, the supported Zero Trust product usage, and the [app type](/cloudflare-one/policies/gateway/application-app-types/#app-types). | ||
|
|
||
| ## View application details | ||
|
|
||
| Select an application card to view details about the application. | ||
|
|
||
| ### Overview | ||
|
|
||
| The **Overview** tab shows details about an application, including: | ||
|
|
||
| - Name | ||
| - Shadow IT [review status](/cloudflare-one/insights/analytics/shadow-it-discovery/#approval-status) | ||
| - Number of hostnames | ||
| - [App type](/cloudflare-one/policies/gateway/application-app-types/#app-types) | ||
| - Supported Zero Trust applications | ||
| - Application ID for use with the API and Terraform | ||
|
|
||
| ### Findings | ||
|
|
||
| The **Findings** tab shows any connected [CASB integrations](/cloudflare-one/applications/casb/#manage-casb-integrations) for the selected application, as well as instances of any detected [posture findings](/cloudflare-one/applications/casb/manage-findings/#posture-findings) and [content findings](/cloudflare-one/applications/casb/manage-findings/#content-findings) for each integration. | ||
|
|
||
| ### Policies | ||
|
|
||
| The **Policies** tab shows any [Gateway](/cloudflare-one/policies/gateway/) and [Access for SaaS](/cloudflare-one/applications/configure-apps/saas-apps/) policies related to the selected application. | ||
|
|
||
| ### Usage | ||
|
|
||
| The **Usage** tab shows any logs for [Gateway traffic requests](/cloudflare-one/insights/logs/gateway-logs/), [Access authentication events](/cloudflare-one/insights/logs/audit-logs/#authentication-logs), and [Shadow IT Discovery user sessions](/cloudflare-one/insights/analytics/shadow-it-discovery/) sent to the selected application. This section requires logs to be turned on for each feature. | ||
|
|
||
| The Shadow IT Discovery dashboard will provide more details for discovered applications. To view Shadow IT Discovery in [Zero Trust](https://one.dash.cloudflare.com/), go to **Analytics**, then select **Shadow IT Discovery**. | ||
maxvp marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Review applications | ||
|
|
||
| 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. | ||
maxvp marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| <Render file="approval-status-block" /> | ||
|
|
||
| To set the status of an application: | ||
|
|
||
| 1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **My team** > **App Library**. | ||
| 2. Locate the card for the application. | ||
| 3. In the three-dot menu, select the option to mark your desired status. | ||
|
|
||
| Once you mark the status of an application, its badge will change. You can filter applications by their status to review each application in the list for your organization. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/content/partials/cloudflare-one/approval-status-block.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| {} | ||
| --- | ||
|
|
||
| :::note | ||
| 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. | ||
| ::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.