KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
tokenrequest-demo
★ 24
Open GitHub ↗
Examples for TokenRequest blog
Download README (.md)
Explore Similar Repositories
keeper
:
No description available.
laravel-model-auditlog
:
Tracks changes made to models and logs their column values to individual tables
QQMusicPlugin
:
小程序QQ音乐插件,支持搜索音乐、获取专辑图片、获取播放链接
music_lgb_recommend_kkbox
:
use lightgbm to recommend music,and the benchmark dataset is kkbox dataset wsdm2018
aws-cloudformation-resource-providers-ssm
:
The CloudFormation Resource Provider Package For AWS Systems Manager
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tokenrequest-demo
?
Download (.md)
# Demo for Kubernetes TokenRequest API This repo contains example deployment manifest and basic example services that use the TokenRequest and TokenReview APIs. This is a companion to the blog post here `go-client` was intentionally not used to make building the demo services as easy as possible and not required any dependencies.  1. Container makes request for a bound service account token via TokenRequest API. *In the demo I am using volume projection to handle the fetching of the token on my behalf which is not pictured* 2. API returns a token 3. `token-client` Pod makes service to service call to the `token-server` Pod 4. `token-server` Pod validates auth token in http request against the TokenReview API 5. API responds with validation data about the request token. 6. If token is valid `token-server` responds to `token-client` with request payload.