Commit cfce7ca
feat(nginx_gateway_fabric): NGF 2.6.5 + HTTP-01/ListenerSet cert flow, wildcard TLS, alias-A base record
- Bump vendored chart 2.4.1 -> 2.6.5 (org image with #5330 fix); raise control-plane
resource/replica defaults; imagePullPolicy Always.
- HTTP-01 default via ListenerSet listeners; drop the ACK/dns01 wildcard path. Annotate the
ListenerSet for the cert-manager listenerset-shim, which creates each listener's TLS secret
itself — no self-signed bootstrap placeholder secrets (the old workaround for the cert-manager
HTTP-01 + Gateway API bug, cert-manager/cert-manager#7337, fixed in 1.18.1).
- Wildcard TLS mode for private/DNS-01 LBs (apex + *.domain, one shim-issued cert).
- Base-domain Route53 record: alias-A on AWS (NLB canonical zone id from a static per-region map in
nlb_zone_ids.tf) so cnameStrategy:Follow does not chase into amazonaws.com and break DNS-01; plain
A/CNAME otherwise; honor the lb_service_record_type override.
- README refresh.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c4f4ae0 commit cfce7ca
6 files changed
Lines changed: 253 additions & 203 deletions
File tree
- nginx_gateway_fabric
- charts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
79 | 93 | | |
80 | 94 | | |
81 | 95 | | |
82 | 96 | | |
83 | 97 | | |
84 | 98 | | |
85 | | - | |
| 99 | + | |
Binary file not shown.
Binary file not shown.
0 commit comments