Skip to content

Commit 6d42365

Browse files
authored
GA network policies (#32029)
### Motivation <!-- Which of the following best describes the motivation behind this PR? * This PR fixes a recognized bug. [Ensure issue is linked somewhere.] * This PR adds a known-desirable feature. [Ensure issue is linked somewhere.] * This PR fixes a previously unreported bug. [Describe the bug in detail, as if you were filing a bug report.] * This PR adds a feature that has not yet been specified. [Write a brief specification for the feature, including justification for its inclusion in Materialize, as if you were writing the original feature specification.] * This PR refactors existing code. [Describe what was wrong with the existing code, if it is not obvious.] --> ### Tips for reviewer <!-- Leave some tips for your reviewer, like: * The diff is much smaller if viewed with whitespace hidden. * [Some function/module/file] deserves extra attention. * [Some function/module/file] is pure code movement and only needs a skim. Delete this section if no tips. --> ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional test/nightly runs](https://trigger-ci.dev.materialize.com/)) - [ ] This PR has an associated up-to-date [design doc](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/README.md), is a design doc ([template](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/00000000_template.md)), or is sufficiently small to not require a design. <!-- Reference the design in the description. --> - [ ] If this PR evolves [an existing `$T ⇔ Proto$T` mapping](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/command-and-response-binary-encoding.md) (possibly in a backwards-incompatible way), then it is tagged with a `T-proto` label. - [ ] If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label ([example](MaterializeInc/cloud#5021)). <!-- Ask in #team-cloud on Slack if you need help preparing the cloud PR. --> - [ ] If this PR includes major [user-facing behavior changes](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/guide-changes.md#what-changes-require-a-release-note), I have pinged the relevant PM to schedule a changelog post.
1 parent 93cebb4 commit 6d42365

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

doc/user/content/manage/access-control/manage-network-policies.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ menu:
77
weight: 17
88
---
99

10-
{{< private-preview />}}
11-
1210
{{< tip >}}
1311
We recommend using [Terraform](https://registry.terraform.io/providers/MaterializeInc/materialize/latest/docs/resources/network_policy)
1412
to configure and manage network policies.

doc/user/content/sql/alter-network-policy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ menu:
66
parent: commands
77
---
88

9-
{{< private-preview />}}
10-
119
`ALTER NETWORK POLICY` alters an existing network policy. Network policies are
1210
part of Materialize's framework for [access control](/manage/access-control/).
1311

doc/user/content/sql/create-network-policy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ menu:
66
parent: commands
77
---
88

9-
{{< private-preview />}}
10-
119
`CREATE NETWORK POLICY` creates a network policy that restricts access to a
1210
Materialize region using IP-based rules. Network policies are part of
1311
Materialize's framework for [access control](/manage/access-control/).

doc/user/content/sql/drop-network-policy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ menu:
66
parent: commands
77
---
88

9-
{{< private-preview />}}
10-
119
`DROP NETWORK POLICY` removes an existing network policy from Materialize.
1210
Network policies are part of Materialize's framework for [access control](/manage/access-control/).
1311

0 commit comments

Comments
 (0)