Benjamin Manns

Results 15 comments of Benjamin Manns

Thanks for the contribution, @STAR-ZERO. It looks good so far. Right now, I'm on vacation, but when I get back in a week I'll test it out and merge.

I think a client/server architecture would solve the issue of cheating, but it also privatizes all of the competitors code. The best part of this game for me is looking...

I ran into a similar issue with the following resource: ``` resource "cloudflare_zero_trust_access_application" "test-application" { account_id = var.primary_account_id allowed_idps = [] app_launcher_visible = true destinations = [{ type = "public"...

I had something similar going on and noticed that the mariadb-operator-webhook service is getting created in the "default" namespace, while the URL is pointing to a different namespace where the...