Tim White

Results 28 comments of Tim White

We'd find this useful as well. I had an interesting case this morning of some of my healthchecks going into a fail state from a different IP. Turns out Google...

So, I had a play with this tonight as I wanted to use an Orange Pi. Turns out this image is easy, it's mongodb that isn't. For this image, I...

@MarcoH2O My fork really isn't ready for us, it was a hack job to get it working. In particular, you can't `docker-compose up -d`, you need to build the correct...

I've come to the conclusion that ModSecurity-Apache isn't ready for production use. Its behaviour is different to ModSecurity 2.9.3 and seems to not work 100% yet. I feel like https://github.com/SpiderLabs/ModSecurity-apache/issues/77#issuecomment-714460096...

@lix-fortinet Given that we have `fortios_firewall_security_policyseq` it would be great to get this for more than just security policies. Shaper policies order matters as well. `fortios_json_generic_api` just isn't the right...

I'm finding the same issues as @JoshuaDietz

@ThomasWaldmann I'm aware that unique prefixes would be ideal. In this case, the prefixes are coming from an external system, which used a "unique" prefix that ended up being a...

Latest commit fixes the dashboard, now I'm getting an issue with the server crashing when validating the request ``` netbird-netbird-management-1 | 2022/10/18 03:49:14 http2: panic serving 61.245.136.57:46862: runtime error: index...

Google OIDC is having some more issues (as discussed in Slack) `AUTH_AUDIENCE` needs to be the same value as `AUTH_CLIENT_ID` `AUTH_SUPPORTED_SCOPES=openid profile email` ``` - AUTH_AUDIENCE=CLIENT_ID_VALUE - AUTH_CLIENT_ID=CLIENT_ID_VALUE - AUTH_AUTHORITY=https://accounts.google.com...