Skip to content

Commit

Permalink
PM updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arane26 committed Oct 21, 2024
1 parent d964156 commit 71018b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ CNA supports only inbound calculation. The data refresh or ingestion occurs once

Prisma Cloud does not support the following for Container Exposure:

* AWS Classic Load Balancers
* Red Hat Openshift clusters
* Non-Kubernetes based orchestration platforms (AWS ECS, Azure WebApp/Container Instances, GCP Cloud Run)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Satellite ingests the following objects:
* DaemonSet
* NetworkPolicy
* Core DNS Logs
* Replication Controller
* Ingress
* Cilium Network Policy
* Service Account
* Role
* RoleBinding
* ClusterRole
* ClusterRoleBinding


=== Supported Platforms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,15 @@ config from network where source.network = '0.0.0.0/0' and address.match.criteri
+
image::administration/cna-4.png[]
//CWP-61079 related to PCSUP-23569 > CNA permissions for cloning policies
//CNA policies have a different behavior than config policies, regarding cloning.

//Aside from Policy-CRUD permission, cloning CNA policies also requires Investigate-Network_View permission.
//In contrast, cloning Config policies does not require Investigate-Config_View. This is because the CNA suggest API (called during cloning) requires Investigate-Network_View, while Config suggest only requires Policy_Read.

//The issue does not happen with IAM or Config policies.
//Custom role user with permission to create, delete policies is unable to clone any “Network” Policies.
//Error below is seen.
//The Service Account Key Uploaded is not valid. Please update to continue

Learn how to xref:../../governance/create-a-network-policy.adoc[create a network exposure policy].

0 comments on commit 71018b6

Please sign in to comment.