security hole: no bearer token specified in header still can query k8s resource as long as specified apiserver address
curl -sk -H "Content-Type:application/json" "https://10.0.0.80:6443/api/v1/namespaces/tke/pods" >> data returned ok
even if specified service account token, but the rbac role applied to this token doesn't work for access control
curl -sk -H "Authorization: Bearer <sa_token> -H "Content-Type:application/json" "https://10.0.0.80:6443/api/v1/namespaces/tke/pods" >> data returned ok