Information
Do not use token based authentication.
The token-based authentication utilizes static tokens to authenticate requests to the apiserver The tokens are stored in clear-text in a file on the apiserver and cannot be revoked or rotated without restarting the apiserver Hence, do not use static token-based authentication.
Solution
None is required.
Impact:
OpenShift does not use the token-auth-file flag. OpenShift includes a built-in OAuth server rather than relying on a static token file. The OAuth server is integrated with the API server.