Skip to content

Fix for error when `id_token` not provided

Compare
Choose a tag to compare
@xoen xoen released this 30 Sep 11:30
3a432d6

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)