https://github.com/flix-tech/kubernetes-webhook
Kubernetes webhook authentication server that supports JWT
https://github.com/flix-tech/kubernetes-webhook
Last synced: 30 days ago
JSON representation
Kubernetes webhook authentication server that supports JWT
- Host: GitHub
- URL: https://github.com/flix-tech/kubernetes-webhook
- Owner: flix-tech
- License: apache-2.0
- Created: 2017-07-28T13:20:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T07:39:09.000Z (about 7 years ago)
- Last Synced: 2025-10-29T07:03:38.903Z (9 months ago)
- Language: Go
- Size: 1.1 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Webhook Authentication via JWT

The Kubernetes webhook authentication via JWT allows you to authenticate to Kubernetes via JWT.
This allows you to have a trusted component that gives out temporary tokens with limited permissions in the cluster. It is useful for CI pipelines.
This repo is split up into two components:
* [server](server/readme.md)
Authentication plugin for Kubernetes. Validates that the JWT is valid provides Kubernetes with the allowed groups.
* jwt-generator
Reference implementation of JWT generator with a user and her groups.
[Getting started](server/readme.md)