Information
Do not always authorize all requests.
Rationale:
The federation apiserver, by default, allows all requests. You should restrict this behavior to only allow the authorization modes that you explicitly use in your environment. For example, if you don't use REST APIs in your environment, it is a good security best practice to switch-off that capability.
Solution
Edit the deployment specs and set '--authorization-mode' argument to a value other than 'AlwaysAllow'
kubectl edit deployments federation-apiserver-deployment --namespace=federation-system
Impact:
Only authorized requests will be served.