Skip to content

pwillie/oidc-ingress-controller

Repository files navigation

oidc-ingress-controller

A Kubernetes custom controller companion to https://github.com/pwillie/oidc-ingress. This controller will help manage path based oidc auth ingress resources backed by the oidc-ingress service. Simply add an annotation to any ingress resource that requires OIDC authentication and this controller will add all configuration necessary.

Kubernetes Nginx Ingress OIDC sequence diagram

OIDC Sequence Diagram

Created using: https://sequencediagram.org/

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make build
$ ./bin/oidc-ingress-controller

Testing

make test -v ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published