-
-
Notifications
You must be signed in to change notification settings - Fork 2
ingress-nginx example #86
Copy link
Copy link
Open
Labels
type: documentationThis involves updating, adding or removing godoc or other documentationThis involves updating, adding or removing godoc or other documentation
Description
Metadata
Metadata
Assignees
Labels
type: documentationThis involves updating, adding or removing godoc or other documentationThis involves updating, adding or removing godoc or other documentation
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi.
Thanks for creating this project. While it was intended to be used for Traefik, this project seems to work well when using ingress-nginx (and presumably other ingress controllers) aswell. I think it would be beneficial to provide an example for other reverse proxies, or at least ingress-nginx as it tends to be a pretty popular ingress controller.
For ingress-nginx, an ingress can be annotated with
With an invalid AUD set, it will 401 as expected. Headers can probably be forwarded aswell with an auth-snippet of some sort, but haven't looked into it yet as I don't have a usecase for it.