Commit d08c526
fix: harden effective_domains_pre_expansion + drop FACETS-REQUEST-ID
- effective_domains_pre_expansion: rebuild both ternary branches via
dynamic-key `for` with explicit per-attribute reconstruction
(tostring/tolist/tomap casts). Forces terraform to infer
`map(object({uniform shape}))` regardless of whether the wrapper
passes typed or untyped spec. Earlier `rules = {}` fix on the facets
literal alone wasn't enough — terraform still inferred object-type
on the LHS, leaving the inconsistent-conditional-result error.
- FACETS-REQUEST-ID header removed: dropped the auto-injected
`proxy_set_header FACETS-REQUEST-ID $request_id` in the gateway
SnippetsPolicy. Also stripped from the converter's auto-strip set
so any user-defined facets-request-id in proxy_set_headers passes
through. knowledge-base.md updated.
X-Request-ID continues to be auto-injected.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 625b4ef commit d08c526
3 files changed
Lines changed: 30 additions & 7 deletions
File tree
- modules/ingress/nginx_gateway_fabric_capillary/1.0
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
| 749 | + | |
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
Lines changed: 27 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
91 | 115 | | |
92 | 116 | | |
93 | 117 | | |
| |||
1092 | 1116 | | |
1093 | 1117 | | |
1094 | 1118 | | |
1095 | | - | |
| 1119 | + | |
1096 | 1120 | | |
1097 | 1121 | | |
1098 | 1122 | | |
1099 | | - | |
1100 | 1123 | | |
1101 | 1124 | | |
1102 | 1125 | | |
| |||
0 commit comments