3.1.3 Ensure that the --insecure-allow-any-token argument is not set
Information
Do not allow any insecure tokens. Rationale: Accepting insecure tokens would allow any token without actually authenticating anything. User information is parsed from the token and connections are allowed.
Solution
Edit the deployment specs and remove `--insecure-allow-any-token`. `kubectl edit deployments federation-apiserver-deployment --namespace=federation-system` Impact: None