An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kubernetes Webhook Authentication via JWT

![Build status](https://travis-ci.org/flix-tech/kubernetes-webhook.svg?branch=master)

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)