Skip to content

Commit d4e4954

Browse files
sr1kar99openshift-cherrypick-robot
authored andcommitted
OSDOCS#15779: Network policies for the SSCSI Operator
1 parent cf6d456 commit d4e4954

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc
4+
//
5+
6+
:_mod-docs-content-type: CONCEPT
7+
[id="persistent-storage-csi-secrets-store-network-policies_{context}"]
8+
= Support for network policies
9+
10+
The {secrets-store-operator} includes pre-defined `NetworkPolicies` resources for enhanced security. These policies govern the ingress and egress traffic for both the SS-CSI Operator and its associated driver.
11+
12+
The following table summarizes the default ingress and egress rules:
13+
14+
[cols="1,1,1,1", options="header"]
15+
|===
16+
| Component | Ingress ports | Egress ports | Description
17+
18+
| {secrets-store-operator}
19+
| `8443`
20+
| `6443`
21+
| Accesses metrics and communicates with the API server
22+
23+
| {secrets-store-driver}
24+
| `8095`
25+
| `6443`
26+
| Accesses metrics and communicates with the API server
27+
|===

storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="persistent-storage-csi-secrets-store"]
3-
= {secrets-store-driver}
3+
= Secrets Store Container Storage Interface Driver Operator
44
include::_attributes/common-attributes.adoc[]
55
:context: persistent-storage-csi-secrets-store
66

@@ -24,6 +24,8 @@ include::modules/persistent-storage-csi-secrets-store-disconnect-environment.ado
2424
For more information about disconnected environments, see xref:../../disconnected/about.adoc#about[About disconnected environments].
2525
====
2626

27+
include::modules/persistent-storage-csi-secrets-store-network-policies.adoc[leveloffset=+1]
28+
2729
include::modules/persistent-storage-csi-secrets-store-driver-install.adoc[leveloffset=+1]
2830

2931
.Next steps

0 commit comments

Comments
 (0)