Skip to content

Commit 0ef3721

Browse files
committed
update links
1 parent 2cfa045 commit 0ef3721

File tree

5 files changed

+5
-21
lines changed

5 files changed

+5
-21
lines changed

src/content/changelog/fundamentals/2025-10-01-fine-grained-permissioning-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Aside } from '@astrojs/starlight/components';
1212
Fine-grained permissions for **Access Applications, Identity Providers (IdPs), and Targets** is now available in Public Beta. This expands our RBAC model beyond account & zone-scoped roles, enabling administrators to grant permissions scoped to individual resources.
1313

1414
### What's New
15-
- **[Access Applications](https://developers.cloudflare.com/cloudflare-one/applications/)**: Grant admin permissions to specific Access Applications.
15+
- **[Access Applications](https://developers.cloudflare.com/cloudflare-one/access-controls/applications/http-apps/)**: Grant admin permissions to specific Access Applications.
1616
- **[Identity Providers](https://developers.cloudflare.com/cloudflare-one/identity/)**: Grant admin permissions to individual Identity Providers.
1717
- **[Targets](https://developers.cloudflare.com/cloudflare-one/access-controls/applications/non-http/infrastructure-apps/#1-add-a-target)**: Grant admin rights to specific Targets
1818

src/content/docs/cloudflare-one/access-controls/policies/policy-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To create a reusable Access policy:
2525
- [Temporary authentication](/cloudflare-one/access-controls/policies/temporary-auth/)
2626
8. Select **Save**.
2727

28-
You can now add this policy to an [Access application](/cloudflare-one/applications/).
28+
You can now add this policy to an [Access application](/cloudflare-one/access-controls/applications/http-apps/).
2929

3030
## Edit a policy
3131

src/content/docs/cloudflare-one/applications/index.mdx

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/content/docs/cloudflare-one/insights/risk-score.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ By default, all predefined behaviors are disabled. When a behavior is enabled, Z
5252

5353
| Risk behaviors | Requirements | Description |
5454
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
55-
| Impossible travel | [A configured Access application](/cloudflare-one/applications/) | User has a successful login from two different locations that they could not have traveled between in that period of time. Matches will appear in your [Access audit logs](/cloudflare-one/insights/logs/audit-logs/). |
55+
| Impossible travel | [A configured Access application](/cloudflare-one/access-controls/applications/http-apps/) | User has a successful login from two different locations that they could not have traveled between in that period of time. Matches will appear in your [Access audit logs](/cloudflare-one/insights/logs/audit-logs/). |
5656
| High number of DLP policies triggered | [A configured DLP profile](/cloudflare-one/data-loss-prevention/dlp-profiles/) | User has created a high number of DLP policy matches within a narrow frame of time. Matches will appear in your [Gateway activity logs](/cloudflare-one/insights/logs/gateway-logs/). |
5757
| SentinelOne threat detected on machine | [SentinelOne service provider integration](/cloudflare-one/integrations/service-providers/sentinelone/) | SentinelOne returns one or more configured [device posture attributes](/cloudflare-one/integrations/service-providers/sentinelone/#device-posture-attributes) for a user. |
5858

src/content/docs/hyperdrive/configuration/connect-to-private-database.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ If you are setting up the tunnel through the CLI instead ([locally-managed tunne
6060

6161
## 2. Create and configure Hyperdrive to connect to the Cloudflare Tunnel
6262

63-
To restrict access to the Cloudflare Tunnel to Hyperdrive, a [Cloudflare Access application](/cloudflare-one/applications/) must be configured with a [Policy](/cloudflare-one/traffic-policies/) that requires requests to contain a valid [Service Auth token](/cloudflare-one/access-controls/policies/#service-auth).
63+
To restrict access to the Cloudflare Tunnel to Hyperdrive, a [Cloudflare Access application](/cloudflare-one/access-controls/applications/http-apps/) must be configured with a [Policy](/cloudflare-one/traffic-policies/) that requires requests to contain a valid [Service Auth token](/cloudflare-one/access-controls/policies/#service-auth).
6464

65-
The Cloudflare dashboard can automatically create and configure the underlying [Cloudflare Access application](/cloudflare-one/applications/), [Service Auth token](/cloudflare-one/access-controls/policies/#service-auth), and [Policy](/cloudflare-one/traffic-policies/) on your behalf. Alternatively, you can manually create the Access application and configure the Policies.
65+
The Cloudflare dashboard can automatically create and configure the underlying [Cloudflare Access application](/cloudflare-one/access-controls/applications/http-apps/), [Service Auth token](/cloudflare-one/access-controls/policies/#service-auth), and [Policy](/cloudflare-one/traffic-policies/) on your behalf. Alternatively, you can manually create the Access application and configure the Policies.
6666

6767
<Details header="Automatic creation">
6868

0 commit comments

Comments
 (0)