Information
Do not use basic authentication.
Rationale:
Basic authentication uses plaintext credentials for authentication. Currently, the basic authentication credentials last indefinitely, and the password cannot be changed without restarting the federation API server. The basic authentication is currently supported for convenience. Hence, basic authentication should not be used.
Solution
Follow the documentation and configure alternate mechanisms for authentication. Then, edit the deployment specs and remove '--basic-auth-file='.
kubectl edit deployments federation-apiserver-deployment --namespace=federation-system
Impact:
You will have to configure and use alternate authentication mechanisms such as tokens and certificates. Username and password for basic authentication could no more be used.