Fix for error when `id_token` not provided
Fix for error raised when id_token
not provided
(currently some code relies on KubernetesClient
to automagically read the id_token
from the request. We're planning to refactor the code to always pass the id_token
explicitly and this check was part of that. Unfortunately having this check in master
is bad and it'll have to wait)