Kate

Results 880 comments of Kate

Could you also add schema privileges? They are missing too.

I implemented the schema privileges. @biodevc could you pickup https://github.com/stack11/schemainspect/commit/2107f082613def968615dc0e48413b9555193056 in your PR?

Huh what results? We've been using this patch in production and it always worked for us.

yeah :( but i thought i saw a post somewhere about the maintainer working on these projects again.

Hi, I have the same problem. Any updates on this situation?

Thanks, I figured in my case I can work around it using JsonValue, but it would still be nice to have it supported properly.

It's good to know that you have to set `wireguard_port` to `""` otherwise it will still create then endpoint entries.

The same should be done for unmanaged peers: ```diff diff --git a/templates/etc/wireguard/wg.conf.j2 b/templates/etc/wireguard/wg.conf.j2 index bc60039..ad758b3 100644 --- a/templates/etc/wireguard/wg.conf.j2 +++ b/templates/etc/wireguard/wg.conf.j2 @@ -88,6 +88,8 @@ Endpoint = {{host}}:{{wireguard_port}} # Peers not...