-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
feature-requesthelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.help-neededlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requesthelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.help-neededlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.