Sergei Iakovlev
Sergei Iakovlev
Hello, @desimone I see this issue too. I'm using custom pomerium-operator + pomerium 0.18.0. So it's defenitely issue with hot reloading in the k8s. ### What I've found: Due to...
I've implemented it like that: https://github.com/lokkersp/pomerium/commit/51511457ea1d2bf05efa143c99e3b994402ec669
@mloiseleur, as for today, does this [`CHARTS_TOKEN`](https://github.com/traefik/traefik-helm-chart/blob/master/.github/workflows/release.yml#L77) have permission to create a package in the ghcr?
I have read the CLA Document and I sign the CLA
On the contrary, if enabled, there should be an option to configure the authentication(at least basic).
@mloiseleur almost, but the whole logic can be simplified for the basic auth case(middleware + secret could be created automatically): ```yaml ingressRoute: dashboard: basicAuth: # according to the documentation https://doc.traefik.io/traefik/middlewares/http/basicauth/#usersfile...
@oscrx, I agree with `existingSecret` but strongly disagree with OAuth2, [it's an enterprise feature](https://doc.traefik.io/traefik-enterprise/middlewares/oauth-intro/). Putting [ForwardAuthentication](https://doc.traefik.io/traefik/middlewares/http/forwardauth/) is useless because it could be added via `ingressRoute.dashboard.middlewares`.
@sxd, could you please review the PR I opened that is solving this issue?