To ensure OpenShift does not accept token-based authentication,
follow the OpenShift documentation and configure alternate mechanisms for
authentication. Then, edit the API Server pod specification file
Edit the openshift-kube-apiserver
configmap
and remove the token-auth-file
parameter:
"apiServerArguments":{
...
"token-auth-file":[
"/path/to/any/file"
],
...