Commit 91399dc
authored
feat: reacquire durable Cloudflare tunnel (#105)
## Summary
- persist the current tunnel credential in the existing SOPS-managed
Cloudflare Secret
- switch `ClusterTunnel/cluster-apps` from `newTunnel` to
`existingTunnel`
- reference the durable tunnel by both ID and name
- document the Terraform/Argo ownership boundary
## Ordering
Do not merge until the companion Terraform PR has merged and its
OpenTofu apply has imported the tunnel successfully. After sync, remove
the stale `newTunnel` finalizer and repair the current workload
ownership TXT records.
Companion: makeitworkcloud/tfroot-cloudflare#36
## Validation
- rendered the complete Cloudflare operator Kustomization with KSOPS
- verified the rendered credential document matches the existing tunnel
without displaying secret values
- all local pre-commit, YAML, secret-detection, and KubeLinter checks
passed1 parent 511fe7b commit 91399dc
3 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments