From 68b06741610a10d18f7253479fdbaaaf49550b21 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 19 May 2024 06:19:05 +0000 Subject: [PATCH] Latest --- home/dot_local/etc/cloudflared/config.yml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/dot_local/etc/cloudflared/config.yml.tmpl b/home/dot_local/etc/cloudflared/config.yml.tmpl index d58e4eef..a127ba13 100644 --- a/home/dot_local/etc/cloudflared/config.yml.tmpl +++ b/home/dot_local/etc/cloudflared/config.yml.tmpl @@ -5,6 +5,10 @@ credentials-file: /usr/local/etc/cloudflared/credentials.json warp-routing: enabled: true +access: + required: true + teamName: {{ .host.cloudflare.teamsOrg }} + ingress: - hostname: test-{{ .host.hostname | lower }}.{{ .host.domain | lower }} service: hello_world