Adyanth Hosavalike
Adyanth Hosavalike
My bad for not RTFM. I had to add the below to the `Prometheus` and the `ServiceMonitor` and `PodMonitor` ```yaml apiVersion: monitoring.coreos.com/v1 kind: Prometheus metadata: name: prometheus spec: serviceMonitorSelector: matchLabels:...
@aceeric This [getting started guide](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md) talks about using a selector `team: frontend` and including it in the `Prometheus` configuration for it to work. But this is only when the `ServiceMonitor`...
There is a service monitor `namespace` selector? I think that is what I need then. But is there a way to select all namespaces without editing all of them? https://github.com/prometheus-operator/prometheus-operator/issues/2155#issuecomment-440985207...
> I would suggest adding any new domains that don't fall under your auth-host to your provider for now. This is not a solution for me because I have traefik...
I can add test cases and push it out, I was waiting for @thomseddon to check if the implementation is okay. I am waiting to use it as well :)
Added the test cases too, waiting for the PR to be accepted. @thomseddon can you have a look at this?
I am currently using it successfully with no changes other than adding another AUTH_HOST (comma separated, exactly like COOKIE_DOMAIN) in my cluster. Here is a copy of the PR for...
Would also be nice to have other attributes mapped to other headers, such as `X-Forwarded-Email`.
There are two ways of setting this up (that I know of). Edit: Since you have the forwardAuth set on the whoami service, this should not be needed at all....
Also, Authelia is good, I've used it before. The problem is that Nextcloud does not do well with OAuth sign in. The only way I was able to get it...