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
2 changes: 1 addition & 1 deletion admin_guide/install/install_openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ifdef::prisma_cloud[]
[.section]
==== Network connectivity

Validate that outbound connections can be made on port 8084.
Validate that outbound connections to your Console can be made on port 443.
endif::prisma_cloud[]


Expand Down
7 changes: 6 additions & 1 deletion admin_guide/install/install_swarm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ Console provides a GUI to configure all the options required to deploy Defender
[.procedure]
. Open Console.

ifdef::compute_edition[]
. Go to *Manage > Defenders > Names*.

ifdef::compute_edition[]
. Click *Add SAN*, and add the DNS name of your load balancer.

. Go to *Manage > Defenders > Deploy > Swarm*.
Expand Down Expand Up @@ -358,7 +358,12 @@ You need sudo privileges to run this command.

. Validate that the Defender global service is running.
+
ifdef::prisma_cloud[]
Open Console, then go to *Compute > Manage > Defenders > Manage*.
endif::prisma_cloud[]
ifdef::compute_edition[]
Open Console, then go to *Manage > Defenders > Manage*.
endif::compute_edition[]
The table lists all Defenders deployed to your environment (one per node).


Expand Down
2 changes: 1 addition & 1 deletion ref_arch/platform_components/connectivity_flows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interoperate with firewalls wherever necessary, provided the required
TCP ports are open.

When using Prisma Cloud Compute Saas Console customers will need to provide connectivity
from their deployed Defenders to the SaaS Console through the firewalls.
from their deployed Defenders to the SaaS Console through the firewalls on port 443.


=== Istio
Expand Down