You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(datakit): Call node support for running after proxying (#4100)
* support for using call nodes after proxying
* adjust faq after testing
* Apply suggestions from code review
Co-authored-by: Diana <[email protected]>
---------
Co-authored-by: Diana <[email protected]>
Copy file name to clipboardExpand all lines: app/_kong_plugins/datakit/index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -633,7 +633,10 @@ For a complete example, see:
633
633
634
634
### Call node
635
635
636
-
Send an HTTP request and retrieve the response.
636
+
Send an HTTP request and retrieve the response.
637
+
638
+
{% new_in 3.13 %} The `call` node can be executed before or after proxying a request.
639
+
For versions of {{site.base_gateway}} 3.12 or earlier, call nodes could only be executed before proxying; see [limitations](#limitations) for details.
637
640
638
641
See the [configuration reference](/plugins/datakit/reference/#schema--config-nodes) and select `call` from the node object dropdown to see all node attributes.
639
642
@@ -757,9 +760,9 @@ See [Third-party auth](/plugins/datakit/examples/authenticate-third-party/) for
757
760
758
761
#### Limitations
759
762
760
-
Due to platform limitations, the `call` node can't be executed after proxying a
763
+
In {{site.base_gateway}} 3.12 and earlier, the `call` node couldn't be executed after proxying a
761
764
request, so attempting to configure the node using outputs from the upstream service
0 commit comments