Open the Firewall Ports¶
As of version 1.3.1 of SEAL Operator, the firewall ports are no longer opened during the installation. You have to open them manually after the installation. For this, the separate script firewall.ps1
is contained in delivery and can be used.
-
Open a PowerShell (Administrator).
-
Change to the
Operator - 1.4.0.513 - msi
directory.cd "Operator - 1.4.0.513 - msi"
-
Start the script
firewall.ps1
.Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
Next Step¶
Continue with: Configure the OIDC Identity Provider