Information
Do not disable the secure port.
Rationale:
The secure port is used to serve https with authentication and authorization. If you disable it, no https traffic is served and all traffic is served unencrypted.
Solution
Edit the deployment specs and set the `--secure-port` argument to the desired port. `kubectl edit deployments federation-apiserver-deployment --namespace=federation-system`
Impact:
You need to set the federation apiserver up with the right TLS certificates.