Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/changelogs/access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ productLink: "/cloudflare-one/applications/configure-apps/"
productArea: Cloudflare One
productAreaLink: /cloudflare-one/changelog/
entries:
- publish_date: "2025-02-11"
title: Private self-hosted applications and reusable policies GA
description: |-
[Private self-hosted applications](/cloudflare-one/applications/non-http/self-hosted-private-app/) and [reusable Access policies](/cloudflare-one/policies/access/policy-management/) are now generally available (GA) for all customers.
- publish_date: "2025-01-21"
title: Access Applications support private hostnames/IPs and reusable Access policies.
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Render } from "~/components"
You can configure a self-hosted Access application to manage access to specific IPs or hostnames on your private network.

:::note
This feature is available in early access and replaces the legacy [private network app type](/cloudflare-one/applications/non-http/legacy-private-network-app/). To request access, contact your account team.
This feature replaces the legacy [private network app type](/cloudflare-one/applications/non-http/legacy-private-network-app/).
:::

## Prerequisites
Expand Down
Loading