Neil French

Results 13 comments of Neil French

Agent acquis.yaml: ``` filenames: - /var/log/containers/traefik-*_networking_*.log labels: type: containerd program: traefik ```

For me, this only worked when dex.authentik.clientSecret was not base64 encoded. If not I was seeing the same errors as @fwmarcel, and digging into the authentik logs I could see...

> @neilmfrench > > How did you end up getting the secret to not be base64 encoded? I found the same thing, the only way I could get this to...

@Danielydsm @sandeeptiwari32 you need to be using python3 and running it on a unix machine - it relies on fork()

Having the same issue > it sounds like it should be like that, but there's also ISO/PXE boot environment kernel args, so things are more complicated a bit, and some...

> Hi @neilmfrench , can you elaborate more about the specifics of your setup? What kind of ingress controller do you use and how is it integrated with reverse proxy?...

I think the simplest solution would be to allow the reading of the "real" external IP from an annotation on the ingress if it exists, rather than relying only on...

I've had the service up for multiple days. Conceptually I don't understand how I could ever resolve that domain - what DNS server has the correct record for it? CoreDNS...

@LaurenceJJones yes, I am. Here's my values: ``` --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: crowdsec spec: values: container_runtime: containerd image: tag: "v1.4.6" tls: enabled: true secrets: username: "${SECRET_CROWDSEC_AGENT_USERNAME}" password:...

Seems like melt uses the same approach as radix - I was able to fix this by setting max-height on the viewport: https://github.com/radix-ui/primitives/issues/2307 ```javascript ... export let scrollbarViewportClasses: string =...