Ask Bjørn Hansen
Ask Bjørn Hansen
@xorander00 did you share your work anywhere by any chance?
@jszwedko Yeah, it's sad that the "bonus features" are blocking shipping the core competencies of Vector on FreeBSD. :-)
I don't use a custom ingress, so I have ``` ingress: enabled: false ``` which makes AUTHENTICATE_INTERNAL_SERVICE_URL be set to the value (and causes the 404s, best I can tell).
eh, I mean I use the ingressController so ingress is disabled.
Hi Julia, I was thinking of deploying it on an internal network (that has an internal view of DNS data). I’d change the AWS dependencies to be optional.
nice, thanks @rkachach & @travisn!
@wasaga I ran into the same thing after upgrading from 0.18 to 0.20 (using the helm chart; previously helm chart version 32.0.5, 0.20 with version 33.0.1). I'm enabling the ingressController...
The workaround mentioned in https://github.com/pomerium/pomerium-helm/issues/333 fixed it for me.
(for me an alternative would be a JWT mode where the claim includes the ACL rules, but that seems to be deliberately not supported -- the JS path seems a...
You got it exactly right! I think mosquitto-go-auth covers a bunch of more complex use cases / workflows than what I needed, so I don't know if my feature request...