https://github.com/ken109/istio-jwt-min
Minimal implementation of authentication server that can be used for Istio's end user authentication
https://github.com/ken109/istio-jwt-min
go golang istio jwt kubernetes
Last synced: 3 months ago
JSON representation
Minimal implementation of authentication server that can be used for Istio's end user authentication
- Host: GitHub
- URL: https://github.com/ken109/istio-jwt-min
- Owner: ken109
- License: mit
- Created: 2021-01-30T15:15:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T02:04:22.000Z (over 5 years ago)
- Last Synced: 2025-02-08T17:29:41.415Z (over 1 year ago)
- Topics: go, golang, istio, jwt, kubernetes
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 概要
Istioのエンドユーザー認証に使える認証サーバーの最小限の構成です。
# 立ち上げ方
1. 環境を立てる
```
./local.sh
```
2. DNSの一番目に127.0.0.1を指定する
3. [http://oidc.l](http://oidc.l)にアクセスする