Juris Pavļučenkovs
Juris Pavļučenkovs
Here's the pipeline rule ``` rule "Tor Lookup: c_ip" when has_field("c_ip") then let intel = tor_lookup(to_string($message.c_ip)); set_field("tor_indicated", intel.threat_indicated); end ``` If I try to access my resources via Tor Browser...
Hi there! We are launching GrowthBook in Kubernetes with IAM role attachment via serviceaccount and it does not work. Looks like due to aws-sdk version 2. E.g. I have a...
### Contact Details [email protected] ### What happened? Would be great to have ACLs for external clients. Currently, if a group of users access a network via an ingress, they all...
**What happened**: Using `limit_except GET { deny all; }` together with `location = / { return 403; }` results in `503`, instead of `403`. This one is OK ``` curl...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...