Viktor Oreshkin

Results 167 comments of Viktor Oreshkin

an example of how this could be patched from my undestanding of puppet: ```diff diff --git a/lib/puppet/provider/firewall/iptables.rb b/lib/puppet/provider/firewall/iptables.rb @@ -380,6 +380,9 @@ Puppet::Type.type(:firewall).provide :iptables, parent: Puppet::Provider::Firewa begin iptables delete_args rescue...

I think having audit start immediately after gatekeeper is ready, instead of starting it after audit interval passes, would be beneficial for different use cases, and might help with this...

@sozercan thanks for bringing it up, I’ve totally missed this feature! I think this issue is still relevant even with PubSub — there are more reasons to start audit without...

wow, thank you and sorry for the long wait! I've left some comments, I can fix them up myself and get this merged, if you're ok with that.

probably a duplicate of #2383

I've ended up going for an ugly workaround for now until this issue is resolved: ```bash #!/usr/bin/env bash # this is a ugly workaround for https://github.com/abiosoft/colima/issues/1275 # put this in...

sorry, looks like it was just a coincidence and the `hostResolver.ipv6` isn't really needed for the IPv6 to work. main issue was caused by colima passing two networks for the...