Skip to content

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.


  1. Open a PowerShell (Administrator).

  2. Change to the Operator - 1.5.0.633 - msi directory.

    cd "Operator - 1.5.0.633 - msi"
    
  3. Start the script firewall.ps1.

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
    

Next Step

Continue with: Configure the OIDC Identity Provider


Back to top