Skip to content

Commit 9a3d565

Browse files
authored
Merging to release-5.8: Removed bug fix not included in 5.8.6 (#7003)
Removed bug fix not included in 5.8.6 (#7003)
1 parent e6887a4 commit 9a3d565

File tree

1 file changed

+0
-8
lines changed
  • tyk-docs/content/developer-support/release-notes

1 file changed

+0
-8
lines changed

tyk-docs/content/developer-support/release-notes/dashboard.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,6 @@ Fixed an issue where updates to [global webhooks]({{< ref "api-management/gatewa
223223
</details>
224224
</li>
225225

226-
<li>
227-
<details>
228-
<summary>Fixed GraphQL API creation via upstream introspection when OPA rules modify requests</summary>
229-
230-
Fixed an issue where creating GraphQL APIs using upstream introspection in the Dashboard could fail with `HTTP 502 Bad Gateway` errors when OPA rules (typically using `patch_request`) modified the introspection request body. The problem occurred because the Dashboard did not recalculate the `Content-Length` header after OPA modifications, causing length mismatches that resulted in proxy errors. The Dashboard now correctly recalculates the content length for modified introspection requests, ensuring reliable GraphQL API creation regardless of OPA rule configurations.
231-
</details>
232-
</li>
233-
234226
</ul>
235227

236228

0 commit comments

Comments
 (0)