-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support remotely-managed cloudflare tunnels #1378
Conversation
bootstrap/templates/kubernetes/apps/network/cloudflared/app/secret.sops.yaml.j2
Show resolved
Hide resolved
I wonder if there's a better way to name locally vs remotely managed tunnels? It might be because it's early but this confused me a bit at first 😅 Maybe cli-created vs web-created? |
bootstrap/templates/kubernetes/apps/network/cloudflared/app/secret.sops.yaml.j2
Show resolved
Hide resolved
…cret.sops.yaml.j2
I borrowed those terms straight from cloudflare for consistency. https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/. But based on that document as well, could use "CLI" vs "dashboard". |
Alternatively, we could use https://github.com/adyanth/cloudflare-operator which would allow changes after the cluster has been bootstrapped. |
Technically the only thing that's required to use a remotely-managed tunnel is to set the |
That would be nice but the release and commit history on it doesn't give me confidence that it's well supported. |
bootstrap/templates/kubernetes/apps/network/cloudflared/app/secret.sops.yaml.j2
Show resolved
Hide resolved
@jfroy I am getting some support requests that make this a bit confusing to people. I may just go back to CLI-only created and managed tunnels. |
Totally fair. I wasn't comfortable with yet more secrets in plaintext under my home directory, so I went with a dashboard tunnel. |
No description provided.