Closed
Description
I just injected an additional case in kube_config.py
in function _load_gcp_token()
if self._user['auth-provider']['name'] == 'oidc':
self.token = "Bearer %s" % self._user['auth-provider']['config']['id-token']
return self.token
Works for me, but does not cover the refresh of the token and other features of oidc.
Would be nice to also get proper support for oidc (and not only gcp)
Thanks!