Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryotarai/kubeoidc
OpenID Connect CLI client for kubectl
https://github.com/ryotarai/kubeoidc
Last synced: 9 days ago
JSON representation
OpenID Connect CLI client for kubectl
- Host: GitHub
- URL: https://github.com/ryotarai/kubeoidc
- Owner: ryotarai
- Created: 2018-02-19T15:05:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T04:24:19.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T17:12:34.655Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubeoidc
kubeoidc works as OpenID Connect client for kubectl. This is tested to work with [coreos/dex](https://github.com/coreos/dex).
## Installation
Please download built binaries from https://github.com/ryotarai/kubeoidc/releases
Or you can build it yourself:
```
$ go get github.com/ryotarai/kubeoidc
```## Usage
1. Run `kubeoidc -issuer=https://your-dex.example.com -client-id=oidc-client-id -client-secret=oidc-client-secret`
2. The login page provided by OIDC issuer will be shown in a web browser.
3. After logging in, kubeoidc shows you a configuration snippet for kubectl.