Shawn Wilsher
Shawn Wilsher
@tobiasbp, I productionized the test script I was using to play around with things, and added a [section in `README.md`](https://github.com/sdwilsh/py-freenas#working-with-methods) to document it (plus there's always `-h`). It should help...
Throughout my career I've gone back and forth on this. On the one hand, I like small test cases when writing them, because it's less work for me to write...
> We also don't want to be doubling config and specifically denoting to trust those IPs because realistically that shouldn't work with CF? reason: CF do not use the default...
See also #764. Seems like this keeps breaking, so maybe a test would be helpful.
Do you have `hostname: {hostname}` in your config file?
In the `securityContext` for the pod, you can add `supplementalGroups` that the pod is run as, which I found enabled me to use the hardware. https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podsecuritycontext-v1-core
Another two things that doesn't work well with 1.5-rolling right now is pretty much every part of `vyos_firewall_global` (the only thing that I'm seeing work is `group`, alas) and I'm...
For `vyos_firewall_global`: https://github.com/sdwilsh/ansible-playbooks/blob/main/plays/vyos.yml#L53-L76 (`group` is fine, but the default there would work for testing) For `vyos_ntp_global`: https://github.com/sdwilsh/ansible-playbooks/blob/main/plays/vyos.yml#L30-L37
> Invoking ./test_env.sh should replace configurations with full paths instead of relative directories Having this would have made it much easier to create a devcontainer for parsers/scenarios in https://github.com/crowdsecurity/hub/pull/1256. Once...
Anything I can do to help get this merged in? I'm happy to answer questions, etc.