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.
Created using: https://sequencediagram.org/
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
make test -v ./...