kubelogin icon indicating copy to clipboard operation
kubelogin copied to clipboard

kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login)

Results 102 kubelogin issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/net](https://togithub.com/golang/net) | require | digest | `07c6da5` -> `13a9a73` | ---...

renovate/golang.org/x/net

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/client-go](https://togithub.com/kubernetes/client-go) | require | major | `v0.24.4` -> `v11.0.0+incompatible` | ---...

renovate/k8s.io/client-go

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.16` -> `1.19` |...

renovate/go

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golang-version](https://go.dev/) ([source](https://togithub.com/golang/go)) | minor | `1.18.5` -> `1.19.1` | --- ### Release Notes...

renovate/golang-version

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.18` -> `1.19` | ---...

renovate/golang

**Describe the bug** In some circumstances, kubelogin will not talk to an existing kubelogin server, and then fails because it cannot start a new server on the same port. ```text...

bug

## Describe the issue I am trying to get kubectl oidc-login to work. According to the docs, `choco install kubelogin` should be enough. However, it also says that `kubectl-oidc_login` needs...

bug

We are currently using VMWare TKGI, using the built-in Cloud Foundry auth provider. To my knowledge, we don't have the ability to add a new client and change the valid...

enhancement

## Describe the question authcode-keyboard does not work with oidc docker command ## To reproduce I am using the following config ``` users: - name: oidc user: exec: apiVersion: client.authentication.k8s.io/v1beta1...

question