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