Commit be9e52c
fix(gateway): include gateway-name/fqdn-proxy in deployment hash encoder
The deploy_gateway_name/deploy_gateway_fqdn methods built the right
workload but signing the deployment then failed with
"unsupported live workload type gateway-name-proxy" — workload_challenge
in deployment.rs had no arms for the new types and bumped on the
default `other` branch.
Encoding order matches the Go SDK's Challenge() for the same workload
type: name (or fqdn) → backends... → tls_passthrough → network.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b8159b3 commit be9e52c
2 files changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
707 | 729 | | |
708 | 730 | | |
709 | 731 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments