Skip to content
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

GA network policies #32029

Merged
merged 1 commit into from
Mar 27, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ menu:
weight: 17
---

{{< private-preview />}}

{{< tip >}}
We recommend using [Terraform](https://registry.terraform.io/providers/MaterializeInc/materialize/latest/docs/resources/network_policy)
to configure and manage network policies.
Expand Down
2 changes: 0 additions & 2 deletions doc/user/content/sql/alter-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ menu:
parent: commands
---

{{< private-preview />}}

`ALTER NETWORK POLICY` alters an existing network policy. Network policies are
part of Materialize's framework for [access control](/manage/access-control/).

Expand Down
2 changes: 0 additions & 2 deletions doc/user/content/sql/create-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ menu:
parent: commands
---

{{< private-preview />}}

`CREATE NETWORK POLICY` creates a network policy that restricts access to a
Materialize region using IP-based rules. Network policies are part of
Materialize's framework for [access control](/manage/access-control/).
Expand Down
2 changes: 0 additions & 2 deletions doc/user/content/sql/drop-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ menu:
parent: commands
---

{{< private-preview />}}

`DROP NETWORK POLICY` removes an existing network policy from Materialize.
Network policies are part of Materialize's framework for [access control](/manage/access-control/).

Expand Down