Skip to content

flix-tech/kubernetes-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Webhook Authentication via JWT

Build status

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

    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