Basic Authentication should not be used for any reason. If needed, edit API
Edit the openshift-kube-apiserver
configmap
and remove the basic-auth-file
parameter:
"apiServerArguments":{
...
"basic-auth-file":[
"/path/to/any/file"
],
...
Alternate authentication mechanisms such as tokens and certificates will need to be
used. Username and password for basic authentication will be disabled.