Add diagram of the credential plugin (#145)

* Update README.md

* Added credential-plugin-diagram.svg

* Update credential-plugin-diagram.svg
This commit is contained in:
Hidetake Iwata
2019-10-24 20:26:08 +09:00
committed by GitHub
parent fccef52a73
commit e26dbd118e
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ This is a kubectl plugin for [Kubernetes OpenID Connect (OIDC) authentication](h
This is designed to run as a [client-go credential plugin](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins).
When you run kubectl, kubelogin opens the browser and you can log in to the provider.
Then kubelogin gets a token from the provider and kubectl access Kubernetes APIs with the token.
Take a look at the following diagram:
![Diagram of the credential plugin](docs/credential-plugin-diagram.svg)
## Getting Started

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB