Allow multiple Match rules for dashboard ingress route #1212
Labels
kind/breaking
This PR introduce a breaking change
kind/proposal
a proposal that needs to be discussed.
Welcome!
What did you expect to see?
Hi!
I'm using Authentik Proxy Provider for authentication on a k3s cluster. To define the authentication I need 2 Rules in the routes of the IngressRoute. Here is an example of my ingress for Longhorn's WebUI:
From what I've read/understood, the values for the ingressRoute -> Dashboard uses this template file?
It then matches with "matchRule" from the values.yaml?
So my suggestion is having "routes: []" in values.yaml something like this:
And then update the ingressRoute template file to loop through(?) the routes specified.
This would/should keep the default deployment the same but allow users to specify more than one match rule.
I'm no helm-chart expert so excuse me if I've simply misunderstood something about how helm charts/values work
The text was updated successfully, but these errors were encountered: