Skip to content

feature request: auth-provider oidc #195

Closed
@vasu1124

Description

@vasu1124

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requesthelp wantedDenotes 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions