tskuzzy
tskuzzy
CDCloudflare Developers
Created by tskuzzy on 5/10/2024 in #workers-help
Calling a private service behind a cloudflared tunnel
btw, do you have any idea how to configure this via Terraform? Is it this option? https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/tunnel_config#nested-schema-for-configorigin_requestaccess And if so, how do I specify the hostname? is it aud_tag / team_name?
9 replies
CDCloudflare Developers
Created by tskuzzy on 5/10/2024 in #workers-help
Calling a private service behind a cloudflared tunnel
ah I see, thanks for the clarification! That was helpful
9 replies
CDCloudflare Developers
Created by tskuzzy on 5/10/2024 in #workers-help
Calling a private service behind a cloudflared tunnel
Let me know If I understand correctly: if I enable that option, when a user visits the hostname, CF will send an "application JWT" to cloudflared, which will automatically verify that JWT? isn't that kind of unnecessary since the only way to access cloudflared in the first place is through the hostname?
9 replies
CDCloudflare Developers
Created by tskuzzy on 5/6/2024 in #workers-help
How many workers are running?
gotcha thanks. I assume there's some limit to how many machines its scaled out to (depending on load), where in-memory caching will still help for certain workloads for example, I noticed unkey uses tiered caching, where the bottom tier uses in-memory: https://github.com/unkeyed/unkey/blob/main/packages/cache/src/stores/memory.ts
9 replies